mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
NT version compiles
This commit is contained in:
parent
b7bdef0834
commit
e1117ae4a1
14 changed files with 380 additions and 138 deletions
|
@ -93,6 +93,9 @@ void free_strlist( STRLIST sl );
|
|||
#define FREE_STRLIST(a) do { free_strlist((a)); (a) = NULL ; } while(0)
|
||||
char *memistr( char *buf, size_t buflen, const char *sub );
|
||||
#define stricmp(a,b) strcasecmp((a),(b))
|
||||
#ifndef HAVE_STPCPY
|
||||
char *stpcpy(char *a,const char *b);
|
||||
#endif
|
||||
|
||||
|
||||
/******** some macros ************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue