diff options
Diffstat (limited to 'src/T2DLL/CResFile.h')
-rw-r--r-- | src/T2DLL/CResFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/CResFile.h b/src/T2DLL/CResFile.h index 5c10f21..24966a8 100644 --- a/src/T2DLL/CResFile.h +++ b/src/T2DLL/CResFile.h @@ -1,7 +1,7 @@ #pragma once #include "common.h" -class DLL_EXPORT CResFile { +class AFX_EXT_CLASS CResFile { public: CResFile(); virtual ~CResFile(); |