There was an error while loading. Please reload this page.
1 parent e102569 commit df4574dCopy full SHA for df4574d
Magpie/MagWindow.cs
@@ -134,7 +134,7 @@ private void HookCursorAtRuntime(IntPtr hwndSrc) {
134
// DEBUG 时创建 IPC server
135
RemoteHooking.IpcCreateServer<ServerInterface>(ref channelName, WellKnownObjectMode.Singleton);
136
#else
137
- channelName = "";
+ channelName = "";
138
#endif
139
140
// 获取 CursorHook.dll 的绝对路径
@@ -165,7 +165,7 @@ public void HookCursorAtStartUp(string exePath) {
165
166
167
168
169
170
171
0 commit comments