2016-01-06 00:01:17 +09: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-17 17:01:56 -04:00
|
|
|
#define DLLEXPORT __declspec(dllexport)
|
2016-01-06 00:01:17 +09:00
|
|
|
|
|
|
|
// EOF
|