From 5c6a48b2ff362a70416a6a00fda7d06e0f276f2d Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sat, 1 Jul 2023 02:43:29 +0100 Subject: i am in hell --- src/T2DLL/CPEFile.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/T2DLL/CPEFile.h') diff --git a/src/T2DLL/CPEFile.h b/src/T2DLL/CPEFile.h index 4dbc31d..3e566f8 100644 --- a/src/T2DLL/CPEFile.h +++ b/src/T2DLL/CPEFile.h @@ -9,17 +9,15 @@ struct RESTRACKERWORK { IMAGE_RESOURCE_DIRECTORY_ENTRY entry; }; -class AFX_EXT_CLASS CPEFile { +class AFX_CLASS_EXPORT CPEFile { public: - CPEFile(const CPEFile&); - CPEFile& operator=(const CPEFile&); CPEFile(); ~CPEFile(); virtual BOOL Open(const char*, unsigned int, CFileException* exc = NULL); virtual void Close(); virtual long Seek(long offset, unsigned int from); - virtual BOOL Seek(const char* name); + virtual BOOL Seek(const char* inName); virtual unsigned long GetLength(); virtual unsigned long GetPosition(); virtual unsigned int Read(void* buf, unsigned int len); -- cgit v1.2.3