diff options
author | David Majnemer <david.majnemer@gmail.com> | 2013-10-06 20:44:34 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2013-10-06 20:44:34 +0000 |
commit | f636cf422ee44138eed48dfc9dc05d20b6ae113c (patch) | |
tree | 012eeb09b116552d1471569c8080f6b58ac751f4 /llvm/lib/Support/Windows/Windows.h | |
parent | 80bea0c3153775b6be44db0fdae356345afe9d0f (diff) | |
download | bcm5719-llvm-f636cf422ee44138eed48dfc9dc05d20b6ae113c.tar.gz bcm5719-llvm-f636cf422ee44138eed48dfc9dc05d20b6ae113c.zip |
Revert "Windows: Add support for unicode command lines"
This is causing MinGW bots to fail.
This reverts commit r192069.
llvm-svn: 192070
Diffstat (limited to 'llvm/lib/Support/Windows/Windows.h')
-rw-r--r-- | llvm/lib/Support/Windows/Windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Windows/Windows.h b/llvm/lib/Support/Windows/Windows.h index 657ae4fc838..1236fe56521 100644 --- a/llvm/lib/Support/Windows/Windows.h +++ b/llvm/lib/Support/Windows/Windows.h @@ -31,6 +31,7 @@ #include "llvm/Support/system_error.h" #include <windows.h> #include <wincrypt.h> +#include <shlobj.h> #include <cassert> #include <string> #include <vector> |