diff options
Diffstat (limited to 'src/cppunit/DllMain.cpp')
| -rw-r--r-- | src/cppunit/DllMain.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cppunit/DllMain.cpp b/src/cppunit/DllMain.cpp new file mode 100644 index 0000000..c1531c5 --- /dev/null +++ b/src/cppunit/DllMain.cpp @@ -0,0 +1,10 @@ +#define VC_EXTRALEAN +#include <windows.h> + +BOOL APIENTRY +DllMain( HANDLE hModule, + DWORD ul_reason_for_call, + LPVOID lpReserved ) +{ + return TRUE; +} |
