Stats display refactor using ini file done.

This commit is contained in:
Hash Borgir
2024-05-02 21:43:43 -06:00
parent f8349e6ba1
commit 7fd617abd7
176 changed files with 1731 additions and 1866 deletions

View File

@@ -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;
}
}