mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-24 02:00:55 +08:00
Fix #29: stupid DOpus requires a more stupid "dopusrt.exe"... let OllyDbg fxxk it up
This commit is contained in:
@@ -19,12 +19,14 @@
|
||||
|
||||
#include "Shell32.h"
|
||||
#include "WoW64HookHelper.h"
|
||||
#include "DOpus.h"
|
||||
|
||||
#define EXPORT extern "C" __declspec(dllexport)
|
||||
|
||||
EXPORT void LaunchWoW64HookHelper()
|
||||
EXPORT void Init()
|
||||
{
|
||||
WoW64HookHelper::Launch();
|
||||
DOpus::PrepareMessageWindow();
|
||||
}
|
||||
|
||||
EXPORT Shell32::FocusedWindowType GetFocusedWindowType()
|
||||
|
||||
Reference in New Issue
Block a user