mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
fixed mingw and wxwindows problem
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@307 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
947f3e1e84
commit
ef080d827d
@ -77,6 +77,7 @@
|
||||
#define __glext_h_
|
||||
#define __GLEXT_H_
|
||||
#define __gl_ATI_h_
|
||||
#define __GLX_glx_h__
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
||||
@ -118,11 +119,9 @@
|
||||
#define WINGDIAPI __declspec(dllimport)
|
||||
#endif
|
||||
/* <ctype.h> */
|
||||
#if !defined(__CYGWIN__) && !defined(_WCHAR_T_DEFINED)
|
||||
# ifndef _WCHAR_T_DEFINED
|
||||
typedef unsigned short wchar_t;
|
||||
# define _WCHAR_T_DEFINED
|
||||
# endif
|
||||
#if defined(_MSC_VER) && !defined(_WCHAR_T_DEFINED)
|
||||
typedef unsigned short wchar_t;
|
||||
# define _WCHAR_T_DEFINED
|
||||
#endif
|
||||
/* <stddef.h> */
|
||||
#if !defined(_W64)
|
||||
|
Loading…
Reference in New Issue
Block a user