Textractor_test/vnr/texthook/host/config.h

11 lines
188 B
C
Raw Normal View History

#pragma once
// config.h
// 8/23/2013 jichi
// The first header file that are included by all source files.
#define IHF // for dll import
2018-07-18 05:01:56 +08:00
#define DLLEXPORT __declspec(dllexport)
// EOF