mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-27 06:16:11 +01:00
(svn r22880) -Cleanup: SIZE_MAX is now defined in stdafx.h
This commit is contained in:
parent
5dcc2cc527
commit
275a394bc1
@ -15,12 +15,6 @@
|
||||
#include "../fileio_type.h"
|
||||
#include "../strings_type.h"
|
||||
|
||||
#ifdef SIZE_MAX
|
||||
#undef SIZE_MAX
|
||||
#endif
|
||||
|
||||
#define SIZE_MAX ((size_t)-1)
|
||||
|
||||
/** Save or load result codes. */
|
||||
enum SaveOrLoadResult {
|
||||
SL_OK = 0, ///< completed successfully
|
||||
|
Loading…
Reference in New Issue
Block a user