(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
--- 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"