14 # define GLUT_APIENTRY_DEFINED
15 # if (_MSC_VER >= 800) || defined(_STDCALL_SUPPORTED)
16 # define APIENTRY __stdcall
23 # if (defined(_M_MRX000) || defined(_M_IX86) || defined(_M_ALPHA) || defined(_M_PPC)) && !defined(MIDL_PASS)
24 # define CALLBACK __stdcall
31 # define GLUT_WINGDIAPI_DEFINED
32 # define WINGDIAPI __declspec(dllimport)
35 # ifndef _WCHAR_T_DEFINED
36 typedef unsigned short wchar_t;
37 # define _WCHAR_T_DEFINED
43 #define DECLSPEC_IMPORT __declspec(dllimport)
44 #define WINBASEAPI DECLSPEC_IMPORT
48 typedef unsigned long DWORD;
49 #define WINAPI __stdcall
50 #define APIENTRY __stdcall
51 #define CALLBACK __stdcall
56 #endif // WIN_GL_GLUE_H