2000-04-21 00:20:31 -04:00
|
|
|
/*
|
|
|
|
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
|
2000-09-21 17:20:18 -04:00
|
|
|
See the file COPYING for copying permission.
|
2000-04-21 00:20:31 -04:00
|
|
|
*/
|
1998-04-05 11:11:29 -04:00
|
|
|
|
1998-11-24 04:31:04 -05:00
|
|
|
#define STRICT 1
|
|
|
|
#define WIN32_LEAN_AND_MEAN 1
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|