Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win64
mingw64-libnova
0001-Fix-64bit-cross-build-v0.16.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fix-64bit-cross-build-v0.16.patch of Package mingw64-libnova
diff --git lntest/test.c lntest/test.c index fa1be1d..6f1528e 100644 --- lntest/test.c +++ lntest/test.c @@ -18,7 +18,7 @@ Copyright 2008-2009 Petr Kubanek*/ #define _GNU_SOURCE -#if defined(__MINGW__) || defined(__MINGW32__) || defined(__MINGW64__) +#if defined(__MINGW__) && defined(__MINGW32__) #define _USE_32BIT_TIME_T #endif //__MINGW__ diff --git src/julian_day.c src/julian_day.c index d360c79..1426697 100644 --- src/julian_day.c +++ src/julian_day.c @@ -16,7 +16,7 @@ * Copyright (C) 2000 - 2005 Liam Girdwood <lgirdwood@gmail.com> */ -#if defined(__MINGW__) || defined(__MINGW32__) || defined(__MINGW64__) +#if defined(__MINGW__) && defined(__MINGW32__) #define _USE_32BIT_TIME_T #endif //__MINGW__
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