#include 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; }