(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

This commit is contained in:
belugas 2006-04-11 15:18:22 +00:00
parent 24fcd110b2
commit 38417f1794
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* $Id$ */
#include <limits.h>
#include "stdafx.h"
#include <limits.h>
#include "openttd.h"
#include "debug.h"
#include "functions.h"