From 89a8dc8cf7dd41a7c252dd91fc9c323651cfc95d Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 4 May 2008 21:53:36 +0000 Subject: (svn r12944) -Codechange: use rev.h instead of externs at many places --- src/win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win32.cpp') diff --git a/src/win32.cpp b/src/win32.cpp index 741823877..8b2eef0de 100644 --- a/src/win32.cpp +++ b/src/win32.cpp @@ -9,6 +9,7 @@ #include "gfx_func.h" #include "textbuf_gui.h" #include "fileio.h" +#include "rev.h" #include #include #include @@ -460,7 +461,6 @@ extern bool CloseConsoleLogIfActive(); static LONG WINAPI ExceptionHandler(EXCEPTION_POINTERS *ep) { - extern const char _openttd_revision[]; char *output; static bool had_exception = false; -- cgit v1.2.3-70-g09d2