blob: ef2907112564fe4506d9733ba1407a1aec6095aa [file] [log] [blame]
Antoine Pitrou71219da2011-02-25 14:31:09 +00001#include <windows.h>
2
3BOOL WINAPI
4DllMain(HINSTANCE hInstDLL,
5 DWORD fdwReason,
6 LPVOID lpReserved)
7{
8 return TRUE;
Martin v. Löwis4d0d4712010-12-03 20:14:31 +00009}