mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
Update config.h.win32.in for sincos()
There was an added check in configure.ac for sincos() for gtkgears.c, where that function is actually a GCC- and glibc-specific extension, which is not available on Windows. Reflect on this in config.h.win32.in for the Visual Studio/Windows builds.
This commit is contained in:
parent
45da8bf045
commit
064f4db012
@ -141,6 +141,9 @@
|
||||
#define HAVE_ROUND 1
|
||||
#endif
|
||||
|
||||
/* Define to 1 if sincos() is available */
|
||||
/* #undef HAVE_SINCOS */
|
||||
|
||||
/* Have the sockaddr_un.sun_len member */
|
||||
/* #undef HAVE_SOCKADDR_UN_SUN_LEN */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user