Fixed freeglut.pdb install for builds with MSVC compiler and NMake.
[freeglut] / src / x11 / fg_ext_x11.c
index d243cfd..6b63287 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * freeglut_ext.c
+ * fg_ext.c
  *
  * Functions related to OpenGL extensions.
  *
@@ -49,6 +49,7 @@ GLUTproc fgPlatformGetGLUTProcAddress( const char* procName )
 }
 
 
+#ifndef EGL_VERSION_1_0
 SFG_Proc fgPlatformGetProcAddress( const char *procName )
 {
 #if defined( GLX_ARB_get_proc_address )
@@ -57,4 +58,4 @@ SFG_Proc fgPlatformGetProcAddress( const char *procName )
     return NULL;
 #endif
 }
-
+#endif