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 'Windows/DLL.h')
-rwxr-xr-xWindows/DLL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Windows/DLL.h b/Windows/DLL.h
index 83061958..bad0dd6d 100755
--- a/Windows/DLL.h
+++ b/Windows/DLL.h
@@ -32,7 +32,7 @@ public:
}
// operator HMODULE() const { return _module; };
- // bool IsLoaded() const { return (_module != NULL); };
+ bool IsLoaded() const { return (_module != NULL); };
bool Free();
bool LoadEx(LPCTSTR fileName, DWORD flags = LOAD_LIBRARY_AS_DATAFILE);
bool Load(LPCTSTR fileName);