X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_main.c;h=5d18440f41595ec0d94dee426448d00ca72e850c;hb=b0e5b06bca36a249ecba1716e73ef126075a1e04;hp=81ce955353a59224c562e5477f57df36a7f89bd5;hpb=d25b8eed1320c5d73e09a5aff61bfa0cce06ed87;p=freeglut diff --git a/src/freeglut_main.c b/src/freeglut_main.c index 81ce955..5d18440 100644 --- a/src/freeglut_main.c +++ b/src/freeglut_main.c @@ -71,8 +71,8 @@ struct GXKeyList gxKeyList; #endif #ifdef WM_TOUCH - typedef BOOL (*pGetTouchInputInfo)(HTOUCHINPUT,UINT,PTOUCHINPUT,int); - typedef BOOL (*pCloseTouchInputHandle)(HTOUCHINPUT); + typedef BOOL (WINAPI *pGetTouchInputInfo)(HTOUCHINPUT,UINT,PTOUCHINPUT,int); + typedef BOOL (WINAPI *pCloseTouchInputHandle)(HTOUCHINPUT); static pGetTouchInputInfo fghGetTouchInputInfo = (pGetTouchInputInfo)0xDEADBEEF; static pCloseTouchInputHandle fghCloseTouchInputHandle = (pCloseTouchInputHandle)0xDEADBEEF; #endif