16 #define DLLEXPORT extern "C" __declspec(dllexport)
18 #define DLLEXPORT __declspec(dllexport) __stdcall
21 #define DLLEXPORT __stdcall
38 DLLEXPORT
char *Alloc(
long);
40 DLLEXPORT
void AllocReset(
void);
41 DLLEXPORT
void AllocFreePool(
void);