Files
oboe/Win32/boesounds/dllmain.cpp

7 lines
98 B
C++

#include <windows.h>
BOOL APIENTRY DllMain (HINSTANCE, DWORD, LPVOID)
{
return TRUE;
}