More macro for UNIPTR_MAX

This commit is contained in:
ptitSeb 2016-04-19 21:54:31 +02:00
parent e077fd664d
commit c8291e6d37
4 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
/* rcg10072001 Moved stuff into this file. */
#define __STDC_LIMIT_MACROS 1
#include "SDL.h"
#include <Engine/Base/Timer.h>

1
Sources/Engine/Base/SDL/SDLTimer.cpp Normal file → Executable file
View File

@ -1,6 +1,7 @@
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
/* rcg10072001 Moved stuff into this file. */
#define __STDC_LIMIT_MACROS 1
#include "SDL.h"
#include <Engine/Engine.h>

2
Sources/Engine/Engine.h Normal file → Executable file
View File

@ -28,6 +28,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
// set this to 1 to enable checks whether somethig is deleted while iterating some array/container
#define CHECKARRAYLOCKING 0
#define __STDC_LIMIT_MACROS 1
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>

1
Sources/Engine/Graphics/SDL/SDLAdapter.cpp Normal file → Executable file
View File

@ -1,4 +1,5 @@
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
#define __STDC_LIMIT_MACROS 1
#include <stdio.h>