mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Whole lot of changes to support CE.
This commit is contained in:
parent
aed838b750
commit
31d7bdfe77
28 changed files with 413 additions and 151 deletions
|
@ -80,6 +80,11 @@
|
|||
# include <io.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_W32CE_SYSTEM
|
||||
#include <windows.h>
|
||||
#define getpid() GetCurrentProcessId ()
|
||||
#endif
|
||||
|
||||
#if !_LIBC
|
||||
# define __getpid getpid
|
||||
# define __gettimeofday gettimeofday
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue