Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/Rar29/DllExports.cpp')
-rwxr-xr-x7zip/Compress/Rar29/DllExports.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/7zip/Compress/Rar29/DllExports.cpp b/7zip/Compress/Rar29/DllExports.cpp
index ed5197f8..d0053055 100755
--- a/7zip/Compress/Rar29/DllExports.cpp
+++ b/7zip/Compress/Rar29/DllExports.cpp
@@ -21,9 +21,9 @@ DEFINE_GUID(CLSID_CCompressRar29Decoder,
0x23170F69, 0x40C1, 0x278B, 0x04, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00);
extern "C"
-BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpReserved*/)
+BOOL WINAPI DllMain(HINSTANCE /* hInstance */, DWORD /* dwReason */, LPVOID /*lpReserved*/)
{
- return TRUE;
+ return TRUE;
}
STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject)