getpid() fix for Win32
This commit is contained in:
@@ -23,4 +23,6 @@
|
||||
# define ERANGE ERROR_INVALID_DATA
|
||||
#endif
|
||||
|
||||
#define getpid() GetCurrentProcessId()
|
||||
|
||||
#endif /* MSVC_COMPAT_WINDOWS_EXTRA_H */
|
||||
|
Reference in New Issue
Block a user