Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win64
mingw64-libspectre
libspectre-0.2.4-vscprintf.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libspectre-0.2.4-vscprintf.patch of Package mingw64-libspectre
diff -u -r libspectre-0.2.4/libspectre/spectre-utils.c libspectre-0.2.4/libspectre/spectre-utils.c --- libspectre-0.2.4/libspectre/spectre-utils.c 2010-02-03 12:47:57.000000000 +0100 +++ libspectre-0.2.4/libspectre/spectre-utils.c 2010-03-02 16:32:38.000000000 +0100 @@ -38,6 +38,11 @@ #include <windows.h> #endif +#if HAVE__VSCPRINTF && defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR) +/* MinGW.org provided headers miss this prototype */ +_CRTIMP int __cdecl __MINGW_NOTHROW _vscprintf(const char*, __VALIST); +#endif + static unsigned long _spectre_get_pid (void) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor