mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-07 11:55:10 +00:00
client/common: mingw32: workaround HAVE_STDLIB_H redefined in jconfig.h
This commit is contained in:
parent
be3711f8b4
commit
4236d1440b
@ -15,6 +15,9 @@
|
||||
License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#ifdef __MINGW32__
|
||||
#undef HAVE_STDLIB_H
|
||||
#endif
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
@ -16,6 +16,9 @@
|
||||
License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#ifdef __MINGW32__
|
||||
#undef HAVE_STDLIB_H
|
||||
#endif
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
@ -16,6 +16,9 @@
|
||||
License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#ifdef __MINGW32__
|
||||
#undef HAVE_STDLIB_H
|
||||
#endif
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user