replaced line comments in public header.

This commit is contained in:
Ozkan Sezer 2023-02-04 10:02:10 +03:00
parent c5035d8ffd
commit 4f7f72c257

View file

@ -1,6 +1,6 @@
// SDL modified the include guard to be compatible with Mesa and Apple include guards:
// - Mesa uses: __gl_glext_h_
// - Apple uses: __glext_h_
/* SDL modified the include guard to be compatible with Mesa and Apple include guards:
* - Mesa uses: __gl_glext_h_
* - Apple uses: __glext_h_ */
#if !defined(__glext_h_) && !defined(__gl_glext_h_)
#define __glext_h_ 1
#define __gl_glext_h_ 1