aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32/DynamicLibrary.cpp
AgeCommit message (Expand)Author
2005-01-09Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer
2004-12-30Fix MINGW compilation errorsJeff Cohen
2004-12-25mingw doesn't support the official debug API.Jeff Cohen
2004-12-24Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen
2004-12-24Resurrect this file.Reid Spencer
2004-12-24Remove these files as they are not being included any more. DynamicLibraryReid Spencer
2004-12-09Fix residual Visual Studio build problemsJeff Cohen
2004-11-29Implement the default constructor which causes the current program to beReid Spencer
2004-11-20Cast the void* handle data member to HMODULE* to keep the VC++ compilerReid Spencer
2004-11-18Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer