X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_gx.cpp;h=bdbcd4712c91a95760c6e45cfa1f178a4284235d;hb=a630da4d7b24b4147120facf3f7a6a6839d31fb5;hp=5a0cbe1dbeaf9b37a357a9046dece0138b2f85d8;hpb=a7b26eabcdc0e509aa60cb1a385ab16717963f75;p=freeglut diff --git a/src/freeglut_gx.cpp b/src/freeglut_gx.cpp index 5a0cbe1..bdbcd47 100644 --- a/src/freeglut_gx.cpp +++ b/src/freeglut_gx.cpp @@ -26,6 +26,15 @@ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include "freeglut_internal.h" + +#if TARGET_HOST_WINCE + + #include #include @@ -40,13 +49,16 @@ extern "C" void wince_GetDefaultKeys(void* nData, int iOptions) { - *(GXKeyList*)nData = GXGetDefaultKeys(iOptions); + *(GXKeyList*)nData = GXGetDefaultKeys(iOptions); }; void wince_OpenInput() { - GXOpenInput(); + GXOpenInput(); } } + + +#endif