Update Multi Commander changes

This commit is contained in:
Dreamoochy
2024-02-25 15:56:51 +03:00
parent 7132d5ac69
commit 6096fb0db6
8 changed files with 28 additions and 6 deletions

View File

@@ -20,6 +20,7 @@
#include "Shell32.h"
#include "WoW64HookHelper.h"
#include "DOpus.h"
#include "MultiCommander.h"
#define EXPORT extern "C" __declspec(dllexport)
@@ -29,6 +30,7 @@ EXPORT void Init()
WoW64HookHelper::Launch();
#endif
DOpus::PrepareMessageWindow();
MultiCommander::PrepareMessageWindow();
}
EXPORT Shell32::FocusedWindowType GetFocusedWindowType()