diff options
| author | Marcus Brinkmann <[email protected]> | 2010-11-15 15:30:04 +0000 |
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2010-11-15 15:30:04 +0000 |
| commit | f8e4d353fa70cda37b3d0342a7322bde61b4aa15 (patch) | |
| tree | 0e29267a3bf7ec8f157690ea26f823290577bdd9 /src/w32-ce.h | |
| parent | 2010-11-15 Marcus Brinkmann <[email protected]> (diff) | |
| download | gpgme-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.h | 2 |
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> |
