From 2cb8d8ec9cb1c946d66912b2f3f2ec85edb4fd51 Mon Sep 17 00:00:00 2001 From: ikits Date: Fri, 31 Oct 2003 03:10:25 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@160 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/src/glew_pre.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/auto/src/glew_pre.h b/auto/src/glew_pre.h index 3574c96..5820ae5 100644 --- a/auto/src/glew_pre.h +++ b/auto/src/glew_pre.h @@ -119,9 +119,10 @@ #endif /* */ #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