Merge pull request #212 from diamante0018/patch-1
Fully reverse changes to library component
This commit is contained in:
commit
891a5bf878
@ -10,7 +10,7 @@ namespace Utils
|
|||||||
static Library GetByAddress(void* address);
|
static Library GetByAddress(void* address);
|
||||||
|
|
||||||
Library() : _module(nullptr), freeOnDestroy(false) {};
|
Library() : _module(nullptr), freeOnDestroy(false) {};
|
||||||
explicit Library(const std::string& name, bool freeOnDestroy);
|
Library(const std::string& name, bool freeOnDestroy);
|
||||||
explicit Library(const std::string& name) : _module(GetModuleHandleA(name.data())), freeOnDestroy(true) {};
|
explicit Library(const std::string& name) : _module(GetModuleHandleA(name.data())), freeOnDestroy(true) {};
|
||||||
explicit Library(HMODULE handle);
|
explicit Library(HMODULE handle);
|
||||||
~Library();
|
~Library();
|
||||||
|
Loading…
Reference in New Issue
Block a user