X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fmswin%2Ffreeglut_input_devices_mswin.c;h=c0b795e0150d3801260b5fa84a62676b449db89c;hb=3eed8855ebe5e559e37503f99a76b009def7a3f7;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..c0b795e 100644 --- a/src/mswin/freeglut_input_devices_mswin.c +++ b/src/mswin/freeglut_input_devices_mswin.c @@ -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];