1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Changed a lot of __MINGW32__ to _WIN32. This should help a bit in

building with native Windows compilers.  On request by Brian Gladman.
This commit is contained in:
Werner Koch 2003-07-30 16:04:46 +00:00
parent ee923fb897
commit da4bf59349
42 changed files with 415 additions and 393 deletions

View file

@ -860,7 +860,7 @@ strncasecmp( const char *a, const char *b, size_t n )
#endif
#ifdef __MINGW32__
#ifdef _WIN32
/*
* Like vsprintf but provides a pointer to malloc'd storage, which
* must be freed by the caller (m_free). Taken from libiberty as
@ -954,5 +954,4 @@ vasprintf ( char **result, const char *format, va_list args)
return 0;
}
#endif /*__MINGW32__*/
#endif /*_WIN32*/