mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-16 23:19:37 +00:00
system_error: Add fixme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
50f2625b22
commit
67ff104e7e
@ -805,6 +805,9 @@ inline bool operator!=(const error_condition& _x, const error_condition& _y) {
|
||||
|
||||
// This needs to stay here for KillTheDoctor.
|
||||
#ifdef LLVM_ON_WIN32
|
||||
// FIXME: These two headers really really really need to be removed from here.
|
||||
// Not only is it a violation of System, they define the stupid min and
|
||||
// max macros :(.
|
||||
#include <Windows.h>
|
||||
#include <WinError.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user