(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

pull/155/head
belugas 18 years ago
parent 595a436683
commit fbf6dd2cb9

@ -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