Skip to content

Commit 1d7ba5d

Browse files
committed
windows fix
1 parent 0f8de1d commit 1d7ba5d

File tree

4 files changed

+153
-96
lines changed

4 files changed

+153
-96
lines changed

Include/internal/pycore_remote_debug.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ extern "C" {
7373
# define HAVE_PROCESS_VM_READV 0
7474
#endif
7575

76-
77-
#if defined(Py_REMOTE_DEBUG) && defined(Py_SUPPORTS_REMOTE_DEBUG)
78-
7976
// Define a platform-independent process handle structure
8077
typedef struct {
8178
pid_t pid;
@@ -667,8 +664,6 @@ _Py_RemoteDebug_ReadDebugOffsets(
667664
return 0;
668665
}
669666

670-
#endif // defined(Py_REMOTE_DEBUG) && defined(Py_SUPPORTS_REMOTE_DEBUG)
671-
672667
#ifdef __cplusplus
673668
}
674669
#endif

0 commit comments

Comments
 (0)