Skip to content

Commit df4574d

Browse files
authored
Add files via upload
1 parent e102569 commit df4574d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Magpie/MagWindow.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private void HookCursorAtRuntime(IntPtr hwndSrc) {
134134
// DEBUG 时创建 IPC server
135135
RemoteHooking.IpcCreateServer<ServerInterface>(ref channelName, WellKnownObjectMode.Singleton);
136136
#else
137-
channelName = "";
137+
channelName = "";
138138
#endif
139139

140140
// 获取 CursorHook.dll 的绝对路径
@@ -165,7 +165,7 @@ public void HookCursorAtStartUp(string exePath) {
165165
// DEBUG 时创建 IPC server
166166
RemoteHooking.IpcCreateServer<ServerInterface>(ref channelName, WellKnownObjectMode.Singleton);
167167
#else
168-
channelName = "";
168+
channelName = "";
169169
#endif
170170

171171
// 获取 CursorHook.dll 的绝对路径

0 commit comments

Comments
 (0)