ba237a9d91
Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunti i sorgenti per Greenleaf Math Library (gfm.dll) git-svn-id: svn://10.65.10.50/trunk@10079 c028cbd2-c16b-5b4b-a496-9718f37d4682
14 lines
182 B
C
Executable File
14 lines
182 B
C
Executable File
#include <windows.h>
|
|
|
|
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;
|
|
}
|