src/video/win32_v.cpp
changeset 10402 b168fbb99f7c
parent 10247 145d0458b685
child 10429 1b99254f9607
--- a/src/video/win32_v.cpp	Sun May 04 21:47:36 2008 +0000
+++ b/src/video/win32_v.cpp	Sun May 04 21:53:36 2008 +0000
@@ -5,6 +5,7 @@
 #include "../gfx_func.h"
 #include "../variables.h"
 #include "../win32.h"
+#include "../rev.h"
 #include "../blitter/factory.hpp"
 #include "../network/network.h"
 #include "../core/math_func.hpp"
@@ -282,7 +283,6 @@
 			ShowWindow(_wnd.main_wnd, SW_SHOWNORMAL); // remove maximize-flag
 			SetWindowPos(_wnd.main_wnd, 0, x, y, w, h, SWP_NOACTIVATE | SWP_NOOWNERZORDER | SWP_NOZORDER);
 		} else {
-			extern const char _openttd_revision[];
 			TCHAR Windowtitle[50];
 
 			_sntprintf(Windowtitle, sizeof(Windowtitle), _T("OpenTTD %s"), MB_TO_WIDE(_openttd_revision));