mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
12 lines
231 B
C
12 lines
231 B
C
// Copyright (c) Epic Games Tools
|
|
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
|
|
|
#ifndef WIN32_INC_H
|
|
#define WIN32_INC_H
|
|
|
|
#if defined(X64_H)
|
|
# include "win32/x64/win32_x64.h"
|
|
#endif
|
|
|
|
#endif // WIN32_INC_H
|