11 lines
188 B
C
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
|