diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-05 03:17:54 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-08-05 03:17:54 +0100 |
commit | 02e422166baa12bbdc8af8806376cb2340fef896 (patch) | |
tree | 0ec856650684f0ee6644446d8e865ad1f6ec8859 /NorthstarDedicatedTest/pch.h | |
parent | bf176fe728400b93295118e8d256c346c8c52d41 (diff) | |
download | NorthstarLauncher-02e422166baa12bbdc8af8806376cb2340fef896.tar.gz NorthstarLauncher-02e422166baa12bbdc8af8806376cb2340fef896.zip |
add support for requesting server list from masterserver
Diffstat (limited to 'NorthstarDedicatedTest/pch.h')
-rw-r--r-- | NorthstarDedicatedTest/pch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/pch.h b/NorthstarDedicatedTest/pch.h index 3044923f..04e5847d 100644 --- a/NorthstarDedicatedTest/pch.h +++ b/NorthstarDedicatedTest/pch.h @@ -1,6 +1,7 @@ #ifndef PCH_H #define PCH_H +#define WIN32_LEAN_AND_MEAN #define _CRT_SECURE_NO_WARNINGS #define RAPIDJSON_NOMEMBERITERATORCLASS // need this for rapidjson #define NOMINMAX // this too |