summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/DynamicLibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix MINGW compilation errorsJeff Cohen2004-12-301-2/+2
* mingw doesn't support the official debug API.Jeff Cohen2004-12-251-9/+28
* Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen2004-12-241-17/+72
* Resurrect this file.Reid Spencer2004-12-241-0/+53
* Remove these files as they are not being included any more. DynamicLibraryReid Spencer2004-12-241-53/+0
* Fix residual Visual Studio build problemsJeff Cohen2004-12-091-11/+7
* Implement the default constructor which causes the current program to beReid Spencer2004-11-291-4/+10
* Cast the void* handle data member to HMODULE* to keep the VC++ compilerReid Spencer2004-11-201-5/+9
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-181-0/+47
OpenPOWER on IntegriCloud