libexpat/expat/xmltok/dllmain.c

8 lines
121 B
C
Raw Normal View History

1997-11-11 00:52:10 -05:00
#include <windows.h>
BOOL WINAPI DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)
{
return TRUE;
}