fix for WinCE

This commit is contained in:
Günter Obiltschnig 2016-07-03 13:53:06 +02:00 committed by Guenter Obiltschnig
parent c88d44a5f7
commit d01110db59

View File

@ -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() */