Textractor_test/vnr/texthook/host/config.h
2018-07-17 17:01:56 -04:00

11 lines
188 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
#define DLLEXPORT __declspec(dllexport)
// EOF