1
0
Fork 0

(svn r22880) -Cleanup: SIZE_MAX is now defined in stdafx.h

release/1.2
frosch 2011-09-03 12:17:36 +00:00
parent 5dcc2cc527
commit 275a394bc1
1 changed files with 0 additions and 6 deletions

View File

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