mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 03:48:14 +00:00
replaced line comments in public header.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
// SDL modified the include guard to be compatible with Mesa and Apple include guards:
|
/* SDL modified the include guard to be compatible with Mesa and Apple include guards:
|
||||||
// - Mesa uses: __gl_glext_h_
|
* - Mesa uses: __gl_glext_h_
|
||||||
// - Apple uses: __glext_h_
|
* - Apple uses: __glext_h_ */
|
||||||
#if !defined(__glext_h_) && !defined(__gl_glext_h_)
|
#if !defined(__glext_h_) && !defined(__gl_glext_h_)
|
||||||
#define __glext_h_ 1
|
#define __glext_h_ 1
|
||||||
#define __gl_glext_h_ 1
|
#define __gl_glext_h_ 1
|
||||||
|
Reference in New Issue
Block a user