Textractor_test/vnr/texthook/host/config.h
2018-05-11 16:46:05 -04:00

15 lines
262 B
C

#pragma once
// config.h
// 8/23/2013 jichi
// The first header file that are included by all source files.
#define IHF // for dll import
//#include "ith/dllconfig.h"
#define IHFAPI __stdcall
#ifdef IHF
# define IHFSERVICE __declspec(dllexport)
#endif
// EOF