Reactos

[WINETESTS] Remove forced _WIN32_WINNT defines (#2463)

Only comctl32 is affected.

Import
https://source.winehq.org/git/wine.git/commit/be3cda6ec0856d143d4737ee9306844569b76e15

authored by

Serge Gautherie and committed by
GitHub
803b5e13 8c986e17

-37
-2
modules/rostests/winetests/comctl32/subclass.c
··· 17 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 18 18 */ 19 19 20 - #define _WIN32_WINNT 0x0501 /* For SetWindowSubclass/etc */ 21 - 22 20 #include <assert.h> 23 21 #include <stdarg.h> 24 22
-3
modules/rostests/winetests/kernel32/sync.c
··· 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 19 */ 20 20 21 - #ifndef __REACTOS__ 22 - #define _WIN32_WINNT 0x500 23 - #endif 24 21 #include <stdarg.h> 25 22 #include <stdlib.h> 26 23 #include <stdio.h>
-5
modules/rostests/winetests/kernel32/thread.c
··· 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 19 */ 20 20 21 - /* Define _WIN32_WINNT to get SetThreadIdealProcessor on Windows */ 22 - #ifndef __REACTOS__ 23 - #define _WIN32_WINNT 0x0600 24 - #endif 25 - 26 21 #include <assert.h> 27 22 #include <stdarg.h> 28 23 #include <stdio.h>
-4
modules/rostests/winetests/kernel32/timer.c
··· 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 19 */ 20 20 21 - #ifndef __REACTOS__ 22 - #define _WIN32_WINNT 0x0501 23 - #endif 24 - 25 21 #include "wine/test.h" 26 22 #include "winbase.h" 27 23
-5
modules/rostests/winetests/kernel32/version.c
··· 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 19 */ 20 20 21 - /* Needed for PRODUCT_* defines and GetProductInfo() */ 22 - #ifndef __REACTOS__ 23 - #define _WIN32_WINNT 0x0600 24 - #endif 25 - 26 21 #include "wine/test.h" 27 22 #include "winbase.h" 28 23 #include "winternl.h"
-5
modules/rostests/winetests/psapi/psapi_main.c
··· 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 22 - /* 0x0600 makes PROCESS_ALL_ACCESS not compatible with pre-Vista versions */ 23 - #ifndef __REACTOS__ 24 - #define _WIN32_WINNT 0x0500 25 - #endif 26 - 27 22 #include <stdarg.h> 28 23 29 24 #include "ntstatus.h"
-4
modules/rostests/winetests/user32/broadcast.c
··· 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 19 */ 20 20 21 - #ifndef __REACTOS__ 22 - #define _WIN32_WINNT 0x0501 23 - #endif 24 - 25 21 #include <stdarg.h> 26 22 #include <stdio.h> 27 23
-5
modules/rostests/winetests/user32/class.c
··· 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 19 */ 20 20 21 - /* To get CS_DROPSHADOW with the MSVC headers */ 22 - #ifndef __REACTOS__ 23 - #define _WIN32_WINNT 0x0501 24 - #endif 25 - 26 21 #include <stdlib.h> 27 22 #include <stdarg.h> 28 23 #include <stdio.h>
-4
modules/rostests/winetests/user32/menu.c
··· 19 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 20 */ 21 21 22 - #ifndef __REACTOS__ 23 - #define _WIN32_WINNT 0x0501 24 - #endif 25 - 26 22 #include <stdarg.h> 27 23 #include <stdio.h> 28 24 #include <string.h>