forked from PretendoNetwork/Inkay
fix: don't pull devoptab and sockets
requires new-ish aroma for LoggingModule i guess
This commit is contained in:
parent
8cfbf64d54
commit
e5020b88d0
1 changed files with 2 additions and 6 deletions
|
|
@ -37,11 +37,8 @@ WUPS_PLUGIN_LICENSE("GPLv3");
|
||||||
|
|
||||||
WUPS_USE_STORAGE("inkay");
|
WUPS_USE_STORAGE("inkay");
|
||||||
|
|
||||||
WUPS_USE_WUT_DEVOPTAB();
|
|
||||||
|
|
||||||
INITIALIZE_PLUGIN() {
|
INITIALIZE_PLUGIN() {
|
||||||
WHBLogCafeInit();
|
WHBLogModuleInit();
|
||||||
WHBLogUdpInit();
|
|
||||||
|
|
||||||
Config::Init();
|
Config::Init();
|
||||||
|
|
||||||
|
|
@ -57,8 +54,7 @@ DEINITIALIZE_PLUGIN() {
|
||||||
Inkay_Finalize();
|
Inkay_Finalize();
|
||||||
NotificationModule_DeInitLibrary();
|
NotificationModule_DeInitLibrary();
|
||||||
|
|
||||||
WHBLogCafeDeinit();
|
WHBLogModuleDeinit();
|
||||||
WHBLogUdpDeinit();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ON_APPLICATION_START() {
|
ON_APPLICATION_START() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue