fix windows build
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "WindowsPlatform.hh"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <array>
|
||||
|
||||
+196
-196
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,13 @@
|
||||
#ifdef PHOSG_WINDOWS
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#ifdef DELETE
|
||||
#undef DELETE
|
||||
#endif
|
||||
#ifdef ERROR
|
||||
#undef ERROR
|
||||
#endif
|
||||
#ifdef PASSTHROUGH
|
||||
#undef PASSTHROUGH
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user