windows-nt/Source/XPSP1/NT/net/tapi/skywalker/cc/inc/htmlfltr.h
2020-09-26 16:20:57 +08:00

19 lines
254 B
C

#ifndef DllImport
#define DllImport __declspec( dllimport)
#endif
#ifndef DllExport
#define DllExport __declspec( dllexport)
#endif
#ifdef __cplusplus
extern "C" {
#endif
int DllExport HTMLfilter(char *ifn, char *ofn);
#ifdef __cplusplus
}
#endif