mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 02:20:25 +01:00
More macro for UNIPTR_MAX
This commit is contained in:
parent
e077fd664d
commit
c8291e6d37
|
@ -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
1
Sources/Engine/Base/SDL/SDLTimer.cpp
Normal file → Executable 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
2
Sources/Engine/Engine.h
Normal file → Executable 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
1
Sources/Engine/Graphics/SDL/SDLAdapter.cpp
Normal file → Executable file
|
@ -1,4 +1,5 @@
|
|||
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
||||
#define __STDC_LIMIT_MACROS 1
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user