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
df3592c88c
commit
bbb184aad7
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
/* rcg10072001 Moved stuff into this file. */
|
/* rcg10072001 Moved stuff into this file. */
|
||||||
|
|
||||||
|
#define __STDC_LIMIT_MACROS 1
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
|
|
||||||
#include <Engine/Base/Timer.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. */
|
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
||||||
|
|
||||||
/* rcg10072001 Moved stuff into this file. */
|
/* rcg10072001 Moved stuff into this file. */
|
||||||
|
#define __STDC_LIMIT_MACROS 1
|
||||||
|
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include <Engine/Engine.h>
|
#include <Engine/Engine.h>
|
||||||
|
|
2
Sources/Engine/Engine.h
Normal file → Executable file
2
Sources/Engine/Engine.h
Normal file → Executable 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
|
// set this to 1 to enable checks whether somethig is deleted while iterating some array/container
|
||||||
#define CHECKARRAYLOCKING 0
|
#define CHECKARRAYLOCKING 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <Engine/Base/SystemSpecificInclude.h>
|
#include <Engine/Base/SystemSpecificInclude.h>
|
||||||
|
|
||||||
#include <Engine/Base/Types.h>
|
#include <Engine/Base/Types.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. */
|
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
||||||
|
#define __STDC_LIMIT_MACROS 1
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user