mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
First take on a W32 port
This commit is contained in:
parent
e0e1585fc8
commit
4a73d94757
22 changed files with 1476 additions and 41 deletions
|
@ -144,7 +144,9 @@ int is_file_compressed (const char *s, int *ret_rc);
|
|||
int vasprintf (char **result, const char *format, va_list args);
|
||||
int asprintf (char **result, const char *format, ...) JNLIB_GCC_A_PRINTF(2,3);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRSEP
|
||||
char *strsep (char **stringp, const char *delim);
|
||||
#endif
|
||||
|
||||
|
||||
/*-- some macros to replace ctype ones and avoid locale problems --*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue