mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-10-13 16:34:22 -05:00
Stats display refactor using ini file done.
This commit is contained in:
5
vendor/DllNotify/DllNotify.cpp
vendored
5
vendor/DllNotify/DllNotify.cpp
vendored
@@ -3,7 +3,7 @@
|
||||
|
||||
using namespace dllnotify;
|
||||
|
||||
DllNotify::DllNotify()
|
||||
DllNotify::DllNotify()
|
||||
{
|
||||
}
|
||||
|
||||
@@ -65,7 +65,6 @@ BOOL DllNotify::Init_Dllnotify()
|
||||
return status == 0;
|
||||
}
|
||||
|
||||
|
||||
BOOL DllNotify::Uninit_Dllnotify()
|
||||
{
|
||||
NTSTATUS status = 1;
|
||||
@@ -77,4 +76,4 @@ BOOL DllNotify::Uninit_Dllnotify()
|
||||
}
|
||||
|
||||
return status == 0;
|
||||
}
|
||||
}
|
4
vendor/DllNotify/DllNotify.h
vendored
4
vendor/DllNotify/DllNotify.h
vendored
@@ -13,7 +13,7 @@ namespace dllnotify
|
||||
public:
|
||||
DllNotify();
|
||||
virtual ~DllNotify() noexcept {}
|
||||
|
||||
|
||||
typedef const UNICODE_STRING* PCUNICODE_STRING;
|
||||
|
||||
typedef struct _LDR_DLL_LOADED_NOTIFICATION_DATA {
|
||||
@@ -52,7 +52,6 @@ namespace dllnotify
|
||||
_Out_ PVOID* Cookie
|
||||
);
|
||||
|
||||
|
||||
typedef NTSTATUS(NTAPI* PLDR_UNREGISTER_DLL_NOTIFICATION)(
|
||||
_In_ PVOID Cookie
|
||||
);
|
||||
@@ -62,7 +61,6 @@ namespace dllnotify
|
||||
static bool is_d2expres();
|
||||
static bool is_sgd2freeres();
|
||||
|
||||
|
||||
private:
|
||||
static VOID CALLBACK LdrDllNotification(
|
||||
_In_ ULONG NotificationReason,
|
||||
|
Reference in New Issue
Block a user