1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Rebase fixes

This commit is contained in:
Matt
2020-08-05 16:35:40 +02:00
parent 0dc43d66e4
commit 97d14feaa6
2 changed files with 0 additions and 2 deletions

View File

@@ -8,7 +8,6 @@
*****************************************************************************/
#if defined(DEBUG) && defined(_WIN32)
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
#endif

View File

@@ -15,7 +15,6 @@
// memory on a special debug heap and then initialises all the memory to 0xCC.
#if defined(_WIN32) && defined(DEBUG)
# define __USE_HEAP_ALLOC__
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
#endif