search for: winapifamily

Displaying 3 results from an estimated 3 matches for "winapifamily".

2017 Jan 06
1
[PATCH 5/5] win_utf8_io: Avoid forbidden functions when building for WinRT/UWP
.../src/share/win_utf8_io/win_utf8_io.c > b/src/share/win_utf8_io/win_utf8_io.c > index c61d27f3..1437b41e 100644 > --- a/src/share/win_utf8_io/win_utf8_io.c > +++ b/src/share/win_utf8_io/win_utf8_io.c > @@ -34,6 +34,7 @@ > #endif > #include <windows.h> > +#include <winapifamily.h> According to <http://stackoverflow.com/questions/9509166/what-is-winapifamily-h> winapifamily.h is only available since MSVS 2012, so build will fail in older versions of Visual Studio (and in some older versions of MinGW). > #include "share/win_utf8_io.h" > #inc...
2017 Jan 06
8
[PATCH 0/5] Allow multiple targets to be disabled
Hi, This patchet allows a few targets to be disabled when unrequired. The rational is coming from VLC's contrib buildsystem, so far we use make -C to select only some subparts of the available targets. It would be easier and cleaner to use autoconf to do so IMHO. There's an additional patch which fixes the build when building for WinRT/UWP platform, upstreamed from VLC. We have a couple
2020 May 22
0
Wine release 5.9
...: Move typedef below enum declarations. gdiplusenums.h: Remove PaletteFlags. winegcc: Default to ucrtbase. configure: Use cross compiler for EXCESS_PRECISION_CFLAGS check when available. winegcc: Pass only raw compiler and linker arguments in forward mode. include: Add winapifamily.h file. include: Avoid redefinition warnings when basetyps.h is used together with winnt.h or objbase.h. stdlib.h: Remove _strtold declaration. stdlib.h: Provide strtold as an inline wrapper. configure: Remove no longer needed -Wno-incompatible-library-redeclaration. u...