diff options
Diffstat (limited to 'contrib/conf-w32ce-msc/config.h')
-rw-r--r-- | contrib/conf-w32ce-msc/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/conf-w32ce-msc/config.h b/contrib/conf-w32ce-msc/config.h index e9b1f3e..c247377 100644 --- a/contrib/conf-w32ce-msc/config.h +++ b/contrib/conf-w32ce-msc/config.h @@ -179,6 +179,10 @@ /* snprintf is not part of oldnames.lib thus we redefine it here. */ #define snprintf _snprintf +/* We also need to define these functions. */ +#define strdup _strdup +#define strcasecmp _stricmp + #endif /*_ASSUAN_CONFIG_H_INCLUDED*/ |