Revert "Revert "Windows: Add support for unicode command lines""
[oota-llvm.git] / lib / Support / Windows / Windows.h
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-05-15 Timur IskhodzhanovFix build on Windows
2013-05-15 David BlaikieUse only explicit bool conversion operators
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-12 Michael J. SpencerSupport/Windows: Cleanup scoped handles.
2011-08-23 NAKAMURA Takumilib/Support/Windows/Windows.h: Update required IE ver...
2011-08-20 NAKAMURA Takumilib/Support/Windows/Windows.h: Require at least Windows...
2011-02-09 NAKAMURA TakumiWindows/Windows.h: Redefine _WIN32_WINNT here. mingw...
2011-02-04 NAKAMURA TakumiMake Win32's header file name lower for cross build...
2010-12-09 Michael J. SpencerSupport: Move c_str from SmallVector back to SmallStrin...
2010-12-06 Michael J. SpencerSupport/Windows: Make MinGW happy.
2010-12-06 Michael J. SpencerSupport/FileSystem: Add directory_iterator implementation.
2010-12-06 Michael J. SpencerSupport/Windows: Add ScopedHandle and move some clients...
2010-11-29 Michael J. SpencerMerge System into Support.