changeset 3508:84db4f06e143 draft

(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
author belugas <belugas@openttd.org>
date Tue, 11 Apr 2006 15:18:22 +0000
parents f77278ecac59
children 1f5e0189ad27
files roadveh_cmd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/roadveh_cmd.c
+++ b/roadveh_cmd.c
@@ -1,7 +1,7 @@
 /* $Id$ */
 
+#include "stdafx.h"
 #include <limits.h>
-#include "stdafx.h"
 #include "openttd.h"
 #include "debug.h"
 #include "functions.h"