diff options
Diffstat (limited to 'src')
-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_ */ |