Fix Windows-specific prof-related compilation portability issues.

This commit is contained in:
Jason Evans
2016-02-20 23:46:14 -08:00
parent fd9cd7a6cc
commit 788d29d397
2 changed files with 16 additions and 5 deletions

View File

@@ -23,6 +23,4 @@
# define ERANGE ERROR_INVALID_DATA
#endif
#define getpid() GetCurrentProcessId()
#endif /* MSVC_COMPAT_WINDOWS_EXTRA_H */