fixed visualinfo and ptrdiff bug

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@283 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-09-06 15:12:40 +00:00
parent 82b540177c
commit 065a445c51
2 changed files with 418 additions and 394 deletions

View File

@ -132,13 +132,14 @@
# define _W64
# endif
#endif
#ifndef _PTRDIFF_T_DEFINED
# ifdef _WIN64
#if !defined(_PTRDIFF_T_DEFINED) && !defined(_PTRDIFF_T_)
# ifdef _WIN64
typedef __int64 ptrdiff_t;
# else
typedef _W64 int ptrdiff_t;
# endif
# define _PTRDIFF_T_DEFINED
# define _PTRDIFF_T_
#endif
#ifndef GLAPI

File diff suppressed because it is too large Load Diff