Changeset - r3508:8e999acaaf93
[Not reviewed]
master
0 1 0
belugas - 18 years ago 2006-04-11 15:18:22
belugas@openttd.org
(svn r4359) MSV6 Release mode now compiles (problem of UINT_MAX. stdafx.h should be the first include). Thanks to KUDr for solution and testing
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roadveh_cmd.c
Show inline comments
 
/* $Id$ */
 

	
 
#include "stdafx.h"
 
#include <limits.h>
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "debug.h"
 
#include "functions.h"
0 comments (0 inline, 0 general)