More macro for UNIPTR_MAX

This commit is contained in:
ptitSeb 2016-04-19 21:54:31 +02:00
parent df3592c88c
commit bbb184aad7
4 changed files with 3 additions and 2 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

@ -24,8 +24,6 @@ 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
#include <Engine/Base/SystemSpecificInclude.h>
#include <Engine/Base/Types.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>