summaryrefslogtreecommitdiff
path: root/GL/windows
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-11-15 15:06:51 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-11-15 15:06:51 +0000
commit9826b83826190e514ed115e15691ca015780f9bc (patch)
treee6ede7a76c2edc14ff3025fbc0fb65757327cde0 /GL/windows
parentcecb668149e1956fb29bc89855182349122e2f4e (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/ChangeLog6
-rwxr-xr-xGL/windows/indirect.c3
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) { \