From 4223330afcd47195b975c513cf4b2b533142e74d Mon Sep 17 00:00:00 2001 From: ikits Date: Fri, 31 Oct 2003 03:08:36 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@159 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/src/glew_pre.h | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/src/glew_pre.h b/auto/src/glew_pre.h index b525373..3574c96 100644 --- a/auto/src/glew_pre.h +++ b/auto/src/glew_pre.h @@ -118,6 +118,7 @@ #define WINGDIAPI __declspec(dllimport) #endif /* */ +#if !defined(__CYGWIN__) && !defined(__MINGW32__) && !defined(_WCHAR_T_DEFINED) #ifndef _WCHAR_T_DEFINED typedef unsigned short wchar_t; #define _WCHAR_T_DEFINED