2024-03-20 18:08:17 -06:00

8 lines
162 B
C

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