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
 
/* $Id$ */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "debug.h"
 
#include "functions.h"
 
#include "hal.h"
 
#include "macros.h"
 
#include "saveload.h"
 
#include "string.h"
 
#include "table/strings.h"
 
#include "gfx.h"
 
#include "window.h"
 
@@ -14,13 +15,12 @@
 
#include <winnt.h>
 
#include <wininet.h>
 
#include <io.h>
 
#include <fcntl.h>
 
#include "variables.h"
 
#include "win32.h"
 
#include "video/win32_v.h"
 

	
 
static bool _has_console;
 

	
 
#if defined(__MINGW32__) || defined(__CYGWIN__)
 
	#define __TIMESTAMP__   __DATE__ __TIME__
 
#endif
0 comments (0 inline, 0 general)