From 12c9d35be04e3bcfefb3844d20ab16dd1c70c918 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Mon, 20 Nov 2006 16:34:50 +0000 Subject: Updated glext.h to include new NVidia GeForce 8 series extensions. Updated wglext.h and glxext.h to current versions plus GeForce 8 series extensions. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@991 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/stub_includes/win32/windows.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'make/stub_includes/win32') diff --git a/make/stub_includes/win32/windows.h b/make/stub_includes/win32/windows.h index 5f2514444..647a5733d 100644 --- a/make/stub_includes/win32/windows.h +++ b/make/stub_includes/win32/windows.h @@ -11,6 +11,7 @@ #define VOID void typedef int BOOL; typedef unsigned char BYTE; +typedef char CHAR; typedef unsigned int DWORD; typedef int INT; typedef int INT32; @@ -33,7 +34,16 @@ typedef unsigned int UINT; typedef unsigned short USHORT; typedef unsigned short WORD; +typedef struct tagRECT + { + LONG left; + LONG top; + LONG right; + LONG bottom; + } RECT; + /* Necessary handle typedefs for parsing wglext.h */ typedef HANDLE HPBUFFERARB; typedef HANDLE HPBUFFEREXT; +typedef HANDLE HGPUNV; -- cgit v1.2.3