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 'CPP/Windows/DLL.cpp')
-rwxr-xr-xCPP/Windows/DLL.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/CPP/Windows/DLL.cpp b/CPP/Windows/DLL.cpp
index 8a95a256..5afd72d9 100755
--- a/CPP/Windows/DLL.cpp
+++ b/CPP/Windows/DLL.cpp
@@ -2,12 +2,12 @@
#include "StdAfx.h"
-#include "DLL.h"
-#include "Defs.h"
#ifndef _UNICODE
#include "../Common/StringConvert.h"
#endif
+#include "DLL.h"
+
#ifndef _UNICODE
extern bool g_IsNT;
#endif
@@ -15,11 +15,6 @@ extern bool g_IsNT;
namespace NWindows {
namespace NDLL {
-CLibrary::~CLibrary()
-{
- Free();
-}
-
bool CLibrary::Free()
{
if (_module == 0)