#include HINSTANCE DLLG_hInstance; /* Globaalit muuttujat, joita tarvitaan. */ int CALLBACK _export WEP(int nParam) { #pragma argsused return 1; } /***************************************************************************/ int WINAPI LibMain(HINSTANCE hInstance, WORD wDataSeg, WORD wHeapSize, LPSTR lpCmdLine) { #pragma argsused if ( wHeapSize > 0 ) UnlockData(0); return 1; }