[llvm-commits] [llvm] r120059 - /llvm/trunk/include/llvm/System/system_error.h
Michael J. Spencer
bigcheesegs at gmail.com
Tue Nov 23 13:09:11 PST 2010
Author: mspencer
Date: Tue Nov 23 15:09:11 2010
New Revision: 120059
URL: http://llvm.org/viewvc/llvm-project?rev=120059&view=rev
Log:
system_error: Add fixme.
Modified:
llvm/trunk/include/llvm/System/system_error.h
Modified: llvm/trunk/include/llvm/System/system_error.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/system_error.h?rev=120059&r1=120058&r2=120059&view=diff
==============================================================================
--- llvm/trunk/include/llvm/System/system_error.h (original)
+++ llvm/trunk/include/llvm/System/system_error.h Tue Nov 23 15:09:11 2010
@@ -805,6 +805,9 @@
// 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>
More information about the llvm-commits
mailing list