windows-nt/Source/XPSP1/NT/net/tapi/skywalker/cc/inc/htmlfltr.h

19 lines
254 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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