Speculative fix for Windows build after r220932
[oota-llvm.git] / lib / Support / Windows / DynamicLibrary.inc
2014-09-23 NAKAMURA TakumiWindows/DynamicLibrary.inc: Remove 'extern "C"' in...
2014-09-22 Yaron KerenIn this callback ModuleName includes the file path.
2014-06-12 Rafael EspindolaTry to fix the windows build.
2014-05-20 Eric ChristopherClean up language and grammar.
2014-02-12 Reid KlecknerRename Windows.h to WindowsSupport.h to avoid ambiguity
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-18 Filip PizloMake DynamicLibrary use ManagedStatic. This is pretty...
2011-08-22 Jordy RoseMake DynamicLibrary thread-safe w/r/t call to dlerror...
2011-08-17 Jordy RoseUnbork Windows build. Thanks, Francois.
2011-08-17 Jordy RoseUse DynamicLibrary instances as a way to get symbols...
2011-07-09 NAKAMURA TakumiWindows/DynamicLibrary.inc: Fix trivial warnings. Thank...
2011-05-01 NAKAMURA TakumiWindows/DynamicLibrary.inc: Clean up ELM_Callback....
2011-02-09 NAKAMURA TakumiWindows/DynamicLibrary.inc: ELM_Callback fix for mingw...
2011-02-05 NAKAMURA TakumiWindows/DynamicLibrary.inc: Split explicit symbols...
2010-11-29 Michael J. SpencerMerge System into Support.