diff options
author | Haru <haru@dotalux.com> | 2015-08-10 10:36:09 -0700 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-10 19:42:54 +0200 |
commit | 5ad96bcc2af2a5a76348fca87e52a0f038461808 (patch) | |
tree | 46a209c636d2139249d123a8cae7e7f44d1c1838 /src/common/HPMi.h | |
parent | ad6e02cc4cd1e3bd079888b1de847788e95e4c3b (diff) | |
download | hercules-5ad96bcc2af2a5a76348fca87e52a0f038461808.tar.gz hercules-5ad96bcc2af2a5a76348fca87e52a0f038461808.tar.bz2 hercules-5ad96bcc2af2a5a76348fca87e52a0f038461808.tar.xz hercules-5ad96bcc2af2a5a76348fca87e52a0f038461808.zip |
Added support for visual Studio 2015
Please report any issues
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/HPMi.h')
-rw-r--r-- | src/common/HPMi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/HPMi.h b/src/common/HPMi.h index b700c1b73..bf4eb83c8 100644 --- a/src/common/HPMi.h +++ b/src/common/HPMi.h @@ -200,7 +200,7 @@ enum HPluginConfType { #define addGroupPermission(pcgname,maskptr) HPMi->addPCGPermission(HPMi->pid,pcgname,&maskptr) /* Hercules Plugin Mananger Include Interface */ -HPExport struct HPMi_interface { +struct HPMi_interface { /* */ unsigned int pid; /* */ |