diff options
Diffstat (limited to 'src/T2DLL/CPEFile.h')
-rw-r--r-- | src/T2DLL/CPEFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/CPEFile.h b/src/T2DLL/CPEFile.h index e27a1fa..4dbc31d 100644 --- a/src/T2DLL/CPEFile.h +++ b/src/T2DLL/CPEFile.h @@ -9,7 +9,7 @@ struct RESTRACKERWORK { IMAGE_RESOURCE_DIRECTORY_ENTRY entry; }; -class DLL_EXPORT CPEFile { +class AFX_EXT_CLASS CPEFile { public: CPEFile(const CPEFile&); CPEFile& operator=(const CPEFile&); |