Adding the platform-specific includes to "freeglut_internal.h" in preparation for some more major changes

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1009 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2012-01-29 02:22:56 +00:00
parent a7d02bb52d
commit ccfdd2eb5f

View File

@ -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 */