(svn r11686) -Fix (r11684): win32 compilation was broken again :)
authorglx
Sun, 23 Dec 2007 13:31:24 +0000
changeset 8125 6b033dc26af4
parent 8124 59aee7f98ff9
child 8126 c96febd50363
(svn r11686) -Fix (r11684): win32 compilation was broken again :)
src/win32.cpp
--- a/src/win32.cpp	Sun Dec 23 11:20:41 2007 +0000
+++ b/src/win32.cpp	Sun Dec 23 13:31:24 2007 +0000
@@ -9,7 +9,7 @@
 #include "helpers.hpp"
 #include "saveload.h"
 #include "string.h"
-#include "gfx.h"
+#include "gfx_func.h"
 #include "textbuf_gui.h"
 #include "fileio.h"
 #include <windows.h>