proper definition of wchar_t (if needed; currently not)

This was SVN commit r3465.
This commit is contained in:
janwas 2006-02-03 20:45:36 +00:00
parent 987a6b7d4e
commit debd047638

View File

@ -37,7 +37,11 @@ DECLARE_HANDLE(HDC);
DECLARE_HANDLE(HGLRC);
#endif
// VC6 doesn't define wchar_t as built-in type
#ifndef _WCHAR_T_DEFINED
typedef unsigned short wchar_t; // for glu.h
#define _WCHAR_T_DEFINED
#endif
WINGDIAPI BOOL WINAPI wglCopyContext(HGLRC, HGLRC, UINT);
WINGDIAPI HGLRC WINAPI wglCreateContext(HDC);