Required Prolog
#include <windows.h>
/* The following two functions are required, but do nothing */
int FAR PASCAL _export WEP(int exittype)
{
return 1;
}
int FAR PASCAL LibMain (HANDLE hInstance, WORD wDataSeg,
WORD wHeapSize, LPSTR lpszCmdLine)
{
return 1 ;
}
Previous slide
Next slide
Back to first slide
View graphic version