(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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
belugas 19 years ago
parent 24fcd110b2
commit 38417f1794

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

Loading…
Cancel
Save