aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows/DynamicLibrary.inc
Commit message (Expand)AuthorAgeFilesLines
* Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose2011-08-221-2/+2
* Unbork Windows build. Thanks, Francois.Jordy Rose2011-08-171-2/+2
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-171-26/+52
* Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!NAKAMURA Takumi2011-07-091-1/+1
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-011-31/+2
* Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.NAKAMURA Takumi2011-02-091-1/+11
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-051-60/+17
* Merge System into Support.Michael J. Spencer2010-11-291-0/+199