2016-01-05 23:01:17 +08:00
|
|
|
#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)
|
2016-01-05 23:01:17 +08:00
|
|
|
|
|
|
|
// EOF
|