mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-25 18:04:13 +08:00
11 lines
175 B
C
11 lines
175 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"
|
||
|
|
||
|
// EOF
|