Skip to content

Commit bd00b78

Browse files
Update remote_debugging.c
1 parent 07cafa9 commit bd00b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/remote_debugging.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ get_py_runtime(proc_handle_t* handle)
548548

549549
#ifdef MS_WINDOWS
550550
// On Windows, search for 'python' in executable or DLL
551-
#ifdef ___clang__
551+
#ifdef __clang__
552552
const char* secname = "_PyRuntime";
553553
#else
554554
const char* secname = "PyRuntime";

0 commit comments

Comments
 (0)