[WINETESTS] Remove forced _WIN32_WINNT defines (#2463)

Only comctl32 is affected.

Import
be3cda6ec0
This commit is contained in:
Serge Gautherie 2020-04-03 14:01:22 +02:00 committed by GitHub
parent 8c986e17a0
commit 803b5e1371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 0 additions and 37 deletions

View File

@ -17,8 +17,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _WIN32_WINNT 0x0501 /* For SetWindowSubclass/etc */
#include <assert.h>
#include <stdarg.h>

View File

@ -18,9 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __REACTOS__
#define _WIN32_WINNT 0x500
#endif
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -18,11 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* Define _WIN32_WINNT to get SetThreadIdealProcessor on Windows */
#ifndef __REACTOS__
#define _WIN32_WINNT 0x0600
#endif
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>

View File

@ -18,10 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __REACTOS__
#define _WIN32_WINNT 0x0501
#endif
#include "wine/test.h"
#include "winbase.h"

View File

@ -18,11 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* Needed for PRODUCT_* defines and GetProductInfo() */
#ifndef __REACTOS__
#define _WIN32_WINNT 0x0600
#endif
#include "wine/test.h"
#include "winbase.h"
#include "winternl.h"

View File

@ -19,11 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* 0x0600 makes PROCESS_ALL_ACCESS not compatible with pre-Vista versions */
#ifndef __REACTOS__
#define _WIN32_WINNT 0x0500
#endif
#include <stdarg.h>
#include "ntstatus.h"

View File

@ -18,10 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __REACTOS__
#define _WIN32_WINNT 0x0501
#endif
#include <stdarg.h>
#include <stdio.h>

View File

@ -18,11 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* To get CS_DROPSHADOW with the MSVC headers */
#ifndef __REACTOS__
#define _WIN32_WINNT 0x0501
#endif
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>

View File

@ -19,10 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __REACTOS__
#define _WIN32_WINNT 0x0501
#endif
#include <stdarg.h>
#include <stdio.h>
#include <string.h>