Imported Upstream version 2.81
[platform/upstream/libbullet.git] / UnitTests / cppunit / src / cppunit / DllMain.cpp
1 #define WIN32_LEAN_AND_MEAN 
2 #define NOGDI
3 #define NOUSER
4 #define NOKERNEL
5 #define NOSOUND
6 #define BLENDFUNCTION void    // for mingw & gcc
7
8 #include <windows.h>
9
10 BOOL APIENTRY 
11 DllMain( HANDLE hModule, 
12          DWORD  ul_reason_for_call, 
13          LPVOID lpReserved )
14 {
15   return TRUE;
16 }