summaryrefslogtreecommitdiff
path: root/GL
diff options
context:
space:
mode:
Diffstat (limited to 'GL')
-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) { \