From: John F. Fay Date: Sun, 29 Jan 2012 02:22:56 +0000 (+0000) Subject: Adding the platform-specific includes to "freeglut_internal.h" in preparation for... X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=fe09d068db49c1fb31786b95b660b243a561fef5;p=freeglut Adding the platform-specific includes to "freeglut_internal.h" in preparation for some more major changes git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1009 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/Common/freeglut_internal.h b/src/Common/freeglut_internal.h index f0f9d57..87e05f1 100644 --- a/src/Common/freeglut_internal.h +++ b/src/Common/freeglut_internal.h @@ -210,6 +210,16 @@ LONG WINAPI ChangeDisplaySettingsExW(LPCWSTR,LPDEVMODEW,HWND,DWORD,LPVOID); #define INVALID_MODIFIERS 0xffffffff + + +/* Platform-specific includes */ +#if TARGET_HOST_POSIX_X11 +#endif +#if TARGET_HOST_MS_WINDOWS +#include "../mswin/freeglut_internal_mswin.h" +#endif + + /* -- GLOBAL TYPE DEFINITIONS ---------------------------------------------- */ /* Freeglut callbacks type definitions */