mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-15 21:27:18 +03:00
getpid() fix for Win32
This commit is contained in:
parent
90c7269c05
commit
7f283980f0
2 changed files with 4 additions and 0 deletions
|
|
@ -23,4 +23,6 @@
|
|||
# define ERANGE ERROR_INVALID_DATA
|
||||
#endif
|
||||
|
||||
#define getpid() GetCurrentProcessId()
|
||||
|
||||
#endif /* MSVC_COMPAT_WINDOWS_EXTRA_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue