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/Branch/DllExports.cpp')
-rwxr-xr-x7zip/Compress/Branch/DllExports.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/7zip/Compress/Branch/DllExports.cpp b/7zip/Compress/Branch/DllExports.cpp
index 55f399e4..e7928f75 100755
--- a/7zip/Compress/Branch/DllExports.cpp
+++ b/7zip/Compress/Branch/DllExports.cpp
@@ -25,9 +25,9 @@ if (*clsid == CLSID_CCompressConvert ## n ## _Encoder) { \
}
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(