mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 19:32:17 -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 "regs.h"
|
||||
|
||||
#define NOGDI
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
#if defined(_WIN64) || defined(__x86_64__) || defined(__arm64__)
|
||||
#define _SOH64
|
||||
#endif
|
||||
|
@ -1,6 +1,12 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
|
||||
#define NOGDI
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
|
||||
#include <message_data_static.h>
|
||||
|
||||
#undef MESSAGE_END
|
||||
|
Loading…
Reference in New Issue
Block a user