X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2FCommon%2Ffreeglut_main.c;h=ee404963debd66d518d053c4f747290c61f79962;hb=126469f3400d814207e6e9030ad755f0fb7fb601;hp=73f53c981aecb7e80b152342dd63e00c0d516d8b;hpb=76169d74298feb3c4976af3f0f10376f56aec38d;p=freeglut diff --git a/src/Common/freeglut_main.c b/src/Common/freeglut_main.c index 73f53c9..ee40496 100644 --- a/src/Common/freeglut_main.c +++ b/src/Common/freeglut_main.c @@ -39,22 +39,6 @@ # define VFPRINTF(s,f,a) #endif -#ifdef _WIN32_WCE - -typedef struct GXDisplayProperties GXDisplayProperties; -typedef struct GXKeyList GXKeyList; -#include - -typedef struct GXKeyList (*GXGETDEFAULTKEYS)(int); -typedef int (*GXOPENINPUT)(); - -GXGETDEFAULTKEYS GXGetDefaultKeys_ = NULL; -GXOPENINPUT GXOpenInput_ = NULL; - -struct GXKeyList gxKeyList; - -#endif /* _WIN32_WCE */ - /* * Try to get the maximum value allowed for ints, falling back to the minimum * guaranteed by ISO C99 if there is no suitable header.