diff options
Diffstat (limited to 'external_libs/python/zmq/utils/getpid_compat.h')
-rw-r--r-- | external_libs/python/zmq/utils/getpid_compat.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/external_libs/python/zmq/utils/getpid_compat.h b/external_libs/python/zmq/utils/getpid_compat.h deleted file mode 100644 index 47ce90fa..00000000 --- a/external_libs/python/zmq/utils/getpid_compat.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifdef _WIN32 - #include <process.h> - #define getpid _getpid -#else - #include <unistd.h> -#endif |