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:
Michael J. Spencer 2010-11-23 21:09:11 +00:00
parent 50f2625b22
commit 67ff104e7e

View File

@ -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>