diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-11-15 15:06:51 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-11-15 15:06:51 +0000 |
commit | 9826b83826190e514ed115e15691ca015780f9bc (patch) | |
tree | e6ede7a76c2edc14ff3025fbc0fb65757327cde0 /GL/windows | |
parent | cecb668149e1956fb29bc89855182349122e2f4e (diff) |
Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
mingw (Win32) port
Diffstat (limited to 'GL/windows')
-rw-r--r-- | GL/windows/ChangeLog | 6 | ||||
-rwxr-xr-x | GL/windows/indirect.c | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/GL/windows/ChangeLog b/GL/windows/ChangeLog index 9732e8c86..66c78b829 100644 --- a/GL/windows/ChangeLog +++ b/GL/windows/ChangeLog @@ -1,3 +1,9 @@ +2004-11-15 Alexander Gottwald <ago at freedesktop dot org> + + * indirect.c: + Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 + Added mingw (Win32) port + 2004-08-13 Alexander Gottwald <ago@freedesktop.org> * Imakefile: Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES. diff --git a/GL/windows/indirect.c b/GL/windows/indirect.c index 11dc0c092..aa7211b87 100755 --- a/GL/windows/indirect.c +++ b/GL/windows/indirect.c @@ -44,8 +44,9 @@ #include "glwindows.h" #include <glcontextmodes.h> +#include <stdint.h> -#include "../../hw/xwin/winpriv.h" +#include <winpriv.h> #define GLWIN_DEBUG_HWND(hwnd) \ if (glWinDebugSettings.dumpHWND) { \ |