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