*** 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:
ikits 2003-10-31 03:10:25 +00:00
parent 4223330afc
commit 2cb8d8ec9c

View File

@ -119,9 +119,10 @@
#endif #endif
/* <ctype.h> */ /* <ctype.h> */
#if !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(_WCHAR_T_DEFINED) #if !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(_WCHAR_T_DEFINED)
#ifndef _WCHAR_T_DEFINED # ifndef _WCHAR_T_DEFINED
typedef unsigned short wchar_t; typedef unsigned short wchar_t;
#define _WCHAR_T_DEFINED # define _WCHAR_T_DEFINED
# endif
#endif #endif
#ifndef GLAPI #ifndef GLAPI