X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fmswin%2Ffreeglut_input_devices_mswin.c;h=f92eadc48f272d3586c2f3ef9d5ed9e4e3862052;hb=7662d246c2686f027ab71cbe4eb9d7310a236583;hp=aa35de2921e4e66c48324720e94be9be9618084f;hpb=e7a97e7b2dc1bb7ec0110c4b5b4bf24d3e5a1abc;p=freeglut diff --git a/src/mswin/freeglut_input_devices_mswin.c b/src/mswin/freeglut_input_devices_mswin.c index aa35de2..f92eadc 100644 --- a/src/mswin/freeglut_input_devices_mswin.c +++ b/src/mswin/freeglut_input_devices_mswin.c @@ -26,7 +26,7 @@ */ #include -#include "freeglut_internal_mswin.h" +#include "../Common/freeglut_internal.h" #include #include @@ -45,7 +45,7 @@ int serial_putchar ( SERIALPORT *port, unsigned char ch ); void serial_flush ( SERIALPORT *port ); -void fghRegisterDialDevice ( const char *dial_device ) +void fgPlatformRegisterDialDevice ( const char *dial_device ) { if (!dial_device){ static char devname[256];