Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
WindowsHWrapper.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4// #TODO: redirect to platform-agnostic version for the time being. Eventually this will become an error
5#include "HAL/Platform.h"
7 #include "Microsoft/WindowsHWrapper.h"
8#else
9
10#include "CoreTypes.h"
11#include "HAL/PlatformMemory.h"
12#include "Windows/PreWindowsApi.h"
13#ifndef STRICT
14#define STRICT
15#endif
16#include "Windows/MinWindows.h"
17#include "Windows/PostWindowsApi.h"
18
19#endif //PLATFORM_*
#define STRICT
#define PLATFORM_WINDOWS
Definition Platform.h:4