Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win32
mingw32-kdiagram
gcc-8-compile-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc-8-compile-fix.patch of Package mingw32-kdiagram
--- a/src/KChart/KChartMath_p.h 2019-07-23 18:45:37.505609010 +0000 +++ b/src/KChart/KChartMath_p.h 2019-07-23 18:45:44.169667906 +0000 @@ -47,7 +47,7 @@ // We use our own ISNAN / ISINF in the code to detect // that we defined them. // reason: Windows does not have isnan() / isinf() -#if defined (Q_OS_WIN) +#if defined (_Q_OS_WIN) #include <float.h> #define ISNAN(x ) _isnan(x ) #define ISINF(x ) (!(_finite(x ) + _isnan(x ) ) )
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