mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-30 05:12:18 -05:00
Moves the NOGDI define to CustomMessageManager.h
This commit is contained in:
parent
822476373b
commit
59dc52f394
@ -30,9 +30,6 @@
|
|||||||
#include "ichain.h"
|
#include "ichain.h"
|
||||||
#include "regs.h"
|
#include "regs.h"
|
||||||
|
|
||||||
#define NOGDI
|
|
||||||
#define WIN32_LEAN_AND_MEAN
|
|
||||||
|
|
||||||
#if defined(_WIN64) || defined(__x86_64__) || defined(__arm64__)
|
#if defined(_WIN64) || defined(__x86_64__) || defined(__arm64__)
|
||||||
#define _SOH64
|
#define _SOH64
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
|
|
||||||
|
#define NOGDI
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
|
||||||
|
|
||||||
#include <message_data_static.h>
|
#include <message_data_static.h>
|
||||||
|
|
||||||
#undef MESSAGE_END
|
#undef MESSAGE_END
|
||||||
|
Loading…
Reference in New Issue
Block a user