prototype for getpid under mingw
This commit is contained in:
parent
289a9e6113
commit
91988a734a
|
|
@ -146,6 +146,10 @@ struct timeb timebegin;
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if defined (__MINGW32__)
|
||||
#include <process.h> /* getpid() */
|
||||
#endif
|
||||
|
||||
#if defined (_MSC_VER)
|
||||
#include <direct.h>
|
||||
#include <process.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue