projects
/
gpgme.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
First take on changes to allow building with MSC for W32CE.
[gpgme.git]
/
src
/
util.h
diff --git
a/src/util.h
b/src/util.h
index
f7e6d27
..
b7dfbbd
100644
(file)
--- a/
src/util.h
+++ b/
src/util.h
@@
-22,8
+22,12
@@
#ifndef UTIL_H
#define UTIL_H
-#ifdef HAVE_W32CE_SYSTEM
-#include "w32-ce.h"
+#ifdef HAVE_W32_SYSTEM
+# ifdef HAVE_W32CE_SYSTEM
+# include "w32-ce.h"
+# else
+# include "windows.h"
+# endif
#endif
/* For pid_t. */