Moving the Windows-specific includes into the Windows-specific header file
[freeglut] / src / mswin / freeglut_input_devices_mswin.c
index aa35de2..f92eadc 100644 (file)
@@ -26,7 +26,7 @@
  */\r
 \r
 #include <GL/freeglut.h>\r
-#include "freeglut_internal_mswin.h"\r
+#include "../Common/freeglut_internal.h"\r
 \r
 #include <sys/types.h>\r
 #include <winbase.h>\r
@@ -45,7 +45,7 @@ int serial_putchar ( SERIALPORT *port, unsigned char ch );
 void serial_flush ( SERIALPORT *port );\r
 \r
 \r
-void fghRegisterDialDevice ( const char *dial_device )\r
+void fgPlatformRegisterDialDevice ( const char *dial_device )\r
 {\r
         if (!dial_device){\r
             static char devname[256];\r