diff options
Diffstat (limited to 'src/T2DLL/CPluginInfo.h')
-rw-r--r-- | src/T2DLL/CPluginInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/CPluginInfo.h b/src/T2DLL/CPluginInfo.h index c47cdd5..704c707 100644 --- a/src/T2DLL/CPluginInfo.h +++ b/src/T2DLL/CPluginInfo.h @@ -1,7 +1,7 @@ #pragma once #include "common.h" -class DLL_EXPORT CPluginInfo { +class AFX_EXT_CLASS CPluginInfo { public: static CPluginInfo* ReadPluginInfo(T2Archive& archive); protected: |