diff options
author | shennetsind <ind@henn.et> | 2014-02-08 19:39:35 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-02-08 19:39:35 -0200 |
commit | 51805d1f2cedc084fea6cc390ca23a24291edbec (patch) | |
tree | a1c4b4743df1fa5c1c43b95cc1cf75f60c24574e /src/common | |
parent | afcb4bcae5d28a4156cce4d0f833e95432d45797 (diff) | |
parent | f2383946d9e52f61844a9f6e3ec679c99f697e04 (diff) | |
download | hercules-51805d1f2cedc084fea6cc390ca23a24291edbec.tar.gz hercules-51805d1f2cedc084fea6cc390ca23a24291edbec.tar.bz2 hercules-51805d1f2cedc084fea6cc390ca23a24291edbec.tar.xz hercules-51805d1f2cedc084fea6cc390ca23a24291edbec.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/HPMDataCheck.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h index 19b079418..48089964d 100644 --- a/src/common/HPMDataCheck.h +++ b/src/common/HPMDataCheck.h @@ -7,7 +7,7 @@ #define _HPM_DATA_CHECK_H_ -const struct s_HPMDataCheck HPMDataCheck[] = { +HPExport const struct s_HPMDataCheck HPMDataCheck[] = { #ifdef _COMMON_CONF_H_ { "libconfig_interface", sizeof(struct libconfig_interface) }, #else @@ -125,6 +125,6 @@ const struct s_HPMDataCheck HPMDataCheck[] = { #define _MAP_SKILL_H_ #endif // _MAP_SKILL_H_ }; -unsigned int HPMDataCheckLen = ARRAYLENGTH(HPMDataCheck); +HPExport unsigned int HPMDataCheckLen = ARRAYLENGTH(HPMDataCheck); #endif /* _HPM_DATA_CHECK_H_ */ |