#include #ifdef WIN32 BOOL APIENTRY DllMain( HANDLE hModule, DWORD reasonForCall, LPVOID reserved ) { return 1 ; } #else int FAR PASCAL WEP(int p) { int ok = 0; switch(p) { case WEP_SYSTEM_EXIT: case WEP_FREE_DLL: default: ok = 1; break; } return ok; } #endif