mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-16 21:32:39 +00:00
Run code cleanup
This commit is contained in:
@@ -22,14 +22,14 @@
|
||||
class WoW64HookHelper
|
||||
{
|
||||
public:
|
||||
static PWCHAR GetMsgWindowClassName()
|
||||
{
|
||||
return L"QUICKLOOK_WOW64HOOKHELPER_MSG_CLASS";
|
||||
}
|
||||
static PWCHAR GetMsgWindowClassName()
|
||||
{
|
||||
return L"QUICKLOOK_WOW64HOOKHELPER_MSG_CLASS";
|
||||
}
|
||||
|
||||
static bool CheckStatus();
|
||||
static bool Launch();
|
||||
static bool CheckStatus();
|
||||
static bool Launch();
|
||||
|
||||
private:
|
||||
static void createJob();
|
||||
static void createJob();
|
||||
};
|
||||
|
Reference in New Issue
Block a user