/**************/ /* strdll.h */ /**************/ #ifndef _STRDLL_ #define _STRDLL_ #define CALLBACK_E CALLBACK _export #ifdef __DLL__ extern HINSTANCE DLLG_hInstance; #endif #ifdef __cplusplus extern "C" { #endif int CALLBACK_E WEP(int); int FAR PASCAL LibMain(HANDLE hInstance, WORD wDataSeg, WORD wHeapSize, LPSTR lpCmdLine); #ifdef __cplusplus } #endif #endif /* _STRDLL_ */