mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-23 07:05:07 +00:00
*** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@160 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
4223330afc
commit
2cb8d8ec9c
@ -119,9 +119,10 @@
|
||||
#endif
|
||||
/* <ctype.h> */
|
||||
#if !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(_WCHAR_T_DEFINED)
|
||||
#ifndef _WCHAR_T_DEFINED
|
||||
typedef unsigned short wchar_t;
|
||||
#define _WCHAR_T_DEFINED
|
||||
# ifndef _WCHAR_T_DEFINED
|
||||
typedef unsigned short wchar_t;
|
||||
# define _WCHAR_T_DEFINED
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef GLAPI
|
||||
|
Loading…
Reference in New Issue
Block a user