Moving the platform-specific FBConfig and device context variables into platform...
[freeglut] / src / mswin / freeglut_ext_mswin.c
index 5cdf0ad..c08c840 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * freeglut_cursor_mswin.c\r
+ * freeglut_ext_mswin.c\r
  *\r
  * The Windows-specific mouse cursor related stuff.\r
  *\r
@@ -26,9 +26,9 @@
  */\r
 \r
 #include <GL/freeglut.h>\r
-#include "freeglut_internal_mswin.h"\r
+#include "../Common/freeglut_internal.h"\r
 \r
-GLUTproc fghGetPlatformSpecificGLUTProcAddress( const char* procName )\r
+GLUTproc fgPlatformGlutGetProcAddress( const char* procName )\r
 {\r
 #if !defined(_WIN32_WCE)\r
     /* optimization: quick initial check */\r