mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 03:03:23 +02:00
fix for WinCE
This commit is contained in:
@@ -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() */
|
||||
|
Reference in New Issue
Block a user