[MPlayer-cvslog] CVS: main/libvo gl_common.h,1.26,1.27

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Feb 26 10:47:20 CET 2006


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv21479

Modified Files:
	gl_common.h 
Log Message:
Better fallback for APIENTRY when compiling for Windows


Index: gl_common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/gl_common.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- gl_common.h	23 Feb 2006 10:18:10 -0000	1.26
+++ gl_common.h	26 Feb 2006 09:47:17 -0000	1.27
@@ -21,6 +21,8 @@
 #ifndef APIENTRY
 #ifdef GLAPIENTRY
 #define APIENTRY GLAPIENTRY
+#elif defined(GL_WIN32)
+#define APIENTRY __stdcall
 #else
 #define APIENTRY
 #endif




More information about the MPlayer-cvslog mailing list