2017-04-17 06:17:10 -06:00

8 lines
162 B
C
Executable File

#ifndef __INFILTERS__
#ifndef _FLTLIB_H_
#define _FLTLIB_H_
#define FLTExport __declspec( dllimport )
#include "Filters.h"
#undef FLTExport
#endif
#endif