(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
authorbelugas
Tue, 11 Apr 2006 15:18:22 +0000
changeset 3508 99974a14a81d
parent 3507 4ef7700074fa
child 3509 5304adc9b471
(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
roadveh_cmd.c
--- a/roadveh_cmd.c	Tue Apr 11 13:19:05 2006 +0000
+++ b/roadveh_cmd.c	Tue Apr 11 15:18:22 2006 +0000
@@ -1,7 +1,7 @@
 /* $Id$ */
 
+#include "stdafx.h"
 #include <limits.h>
-#include "stdafx.h"
 #include "openttd.h"
 #include "debug.h"
 #include "functions.h"