Changeset - r2211:a33a89b3b0b9
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-07-27 20:08:52
tron@openttd.org
(svn r2729) Fix #include
1 file changed with 1 insertions and 1 deletions:
win32.c
1
1
0 comments (0 inline, 0 general)
win32.c
Show inline comments
 
@@ -4,6 +4,7 @@
 
#include "openttd.h"
 
#include "debug.h"
 
#include "functions.h"
 
#include "hal.h"
 
#include "macros.h"
 
#include "saveload.h"
 
#include "string.h"
 
@@ -17,7 +18,6 @@
 
#include <fcntl.h>
 
#include "variables.h"
 
#include "win32.h"
 
#include "video/win32_v.h"
 

	
 
static bool _has_console;
 

	
0 comments (0 inline, 0 general)