ncannasse 7 년 전
부모
커밋
bb6dcf0f6d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      libs/sdl/gl.c

+ 1 - 0
libs/sdl/gl.c

@@ -23,6 +23,7 @@
 #endif
 
 #if !defined(HL_CONSOLE) && !defined(HL_MESA)
+#define GL_IMPORT(fun, t) PFNGL##t##PROC fun
 #include "GLImports.h"
 #undef GL_IMPORT
 #define GL_IMPORT(fun,t)	fun = (PFNGL##t##PROC)SDL_GL_GetProcAddress(#fun); if( fun == NULL ) return 1