Clean up the Boost/windows.h trickery

I didn't know NOMINMAX was a thing, but that fixes a lot of compile
errors.
This commit is contained in:
Robbert van der Helm
2020-03-06 18:37:35 +01:00
parent 2a2ff6bd2a
commit 13d013312a
2 changed files with 17 additions and 16 deletions
+5 -3
View File
@@ -16,10 +16,12 @@
#pragma once
#include "native-includes.h"
#include "boost-fix.h"
// `native-includes.h` has to be included before any other files as otherwise we
// might get the wrong version of certain libraries
#define NOMINMAX
#define NOSERVICE
#define NOMCX
#define NOIMM
#define WIN32_LEAN_AND_MEAN
#include <vestige/aeffect.h>
#include <windows.h>