8 lines
162 B
C
Executable File
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 |