소스 검색

replaced line comments in public header.

Ozkan Sezer 2 년 전
부모
커밋
4f7f72c257
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      include/SDL_opengl_glext.h

+ 3 - 3
include/SDL_opengl_glext.h

@@ -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