Use static instead of an anonymous namespace.
[oota-llvm.git] / lib / Support / Windows / system_error.inc
index 64753d0eea8a6d0331af1223be07b088f3938585..37ec81dd363c7fd1f7fefb63c8599e2a82cd0465 100644 (file)
@@ -17,8 +17,8 @@
 //===          is guaranteed to work on *all* Windows variants.
 //===----------------------------------------------------------------------===//
 
-#include <Windows.h>
-#include <WinError.h>
+#include <windows.h>
+#include <winerror.h>
 
 using namespace llvm;