Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
AllowWindowsPlatformTypes.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3// #TODO: redirect to platform-agnostic version for the time being. Eventually this will become an error
4#include "HAL/Platform.h"
6 #include "Microsoft/AllowMicrosoftPlatformTypes.h"
7#else
8
9
10#include "Windows/WindowsHWrapper.h"
11
12#ifndef WINDOWS_PLATFORM_TYPES_GUARD
13 #define WINDOWS_PLATFORM_TYPES_GUARD
14#else
15 #error Nesting AllowWindowsPlatformTypes.h is not allowed!
16#endif
17
18#pragma warning( push )
19#pragma warning( disable : 4459 )
20
21#define INT ::INT
22#define UINT ::UINT
23#define DWORD ::DWORD
24#define FLOAT ::FLOAT
25
26#define TRUE 1
27#define FALSE 0
28
29#endif //PLATFORM_*
#define PLATFORM_WINDOWS
Definition Platform.h:4