mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-12-13 02:31:36 -06: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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user