aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-ce.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2010-11-15 15:30:04 +0000
committerMarcus Brinkmann <[email protected]>2010-11-15 15:30:04 +0000
commitf8e4d353fa70cda37b3d0342a7322bde61b4aa15 (patch)
tree0e29267a3bf7ec8f157690ea26f823290577bdd9 /src/w32-ce.h
parent2010-11-15 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-f8e4d353fa70cda37b3d0342a7322bde61b4aa15.tar.gz
gpgme-f8e4d353fa70cda37b3d0342a7322bde61b4aa15.zip
2010-11-15 Marcus Brinkmann <[email protected]>
* w32-ce.h (strcasecmp, strdup) [_MSC_VER]: Define. * genkey.c, passphrase.c: Include util.h.
Diffstat (limited to '')
-rw-r--r--src/w32-ce.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32-ce.h b/src/w32-ce.h
index a74c6e17..36f1e9e5 100644
--- a/src/w32-ce.h
+++ b/src/w32-ce.h
@@ -26,6 +26,8 @@
#ifdef _MSC_VER
typedef int pid_t;
+#define strdup _strdup
+#define strcasecmp _stricmp
#endif
#include <winsock2.h>