Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
HideWindowsPlatformTypes.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3// HEADER_UNIT_SKIP - Not included directly
4
5// #TODO: redirect to platform-agnostic version for the time being. Eventually this will become an error
6#include "HAL/Platform.h"
8 #include "Microsoft/HideMicrosoftPlatformTypes.h"
9#else
10
11#ifdef WINDOWS_PLATFORM_TYPES_GUARD
12 #undef WINDOWS_PLATFORM_TYPES_GUARD
13#else
14 #error Mismatched HideWindowsPlatformTypes.h detected.
15#endif
16
17#undef INT
18#undef UINT
19#undef DWORD
20#undef FLOAT
21
22#ifdef TRUE
23 #undef TRUE
24#endif
25
26#ifdef FALSE
27 #undef FALSE
28#endif
29
30#pragma warning( pop )
31
32#endif //PLATFORM_*
#define PLATFORM_WINDOWS
Definition Platform.h:4