# HG changeset patch # User belugas # Date 1144768702 0 # Node ID 99974a14a81d929c63207d7c36acd0bf8b5089a6 # Parent 4ef7700074fac4d1d3942cdf56ad29053f67c425 (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 diff -r 4ef7700074fa -r 99974a14a81d 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 -#include "stdafx.h" #include "openttd.h" #include "debug.h" #include "functions.h"