mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
fix for WinCE
This commit is contained in:
parent
c88d44a5f7
commit
d01110db59
@ -7,7 +7,7 @@
|
||||
#include <assert.h>
|
||||
#include <limits.h> /* UINT_MAX */
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
#define getpid GetCurrentProcessId
|
||||
#else
|
||||
#include <sys/time.h> /* gettimeofday() */
|
||||
|
Loading…
x
Reference in New Issue
Block a user