[WINETESTS] */generated.c: Remove forced 0x0501 API versions

This actually affects 2 modules only:
* kernel32: this file is still commented out, these defines were going to be deactivated anyway.
* rpcrt4: I don't know why it had these defines (still) activated. Anyway.

Import
aa384d3642
This commit is contained in:
Serge Gautherie 2020-03-13 23:50:33 +01:00 committed by Thomas Faber
parent 8d3d2b1bef
commit d471558dbc
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
10 changed files with 0 additions and 54 deletions

View file

@ -5,12 +5,6 @@
* Unit tests for data structure packing
*/
#ifndef __REACTOS__
#define WINVER 0x0501
#define _WIN32_IE 0x0501
#define _WIN32_WINNT 0x0501
#endif
#define WINE_NOWINSOCK
#include "windows.h"

View file

@ -5,10 +5,6 @@
* Unit tests for data structure packing
*/
#define WINVER 0x0501
#define _WIN32_IE 0x0501
#define _WIN32_WINNT 0x0501
#define WINE_NOWINSOCK
#include "windows.h"

View file

@ -5,12 +5,6 @@
* Unit tests for data structure packing
*/
#ifndef __REACTOS__
#define WINVER 0x0501
#define _WIN32_IE 0x0501
#define _WIN32_WINNT 0x0501
#endif
#define WINE_NOWINSOCK
#include "ntdll_test.h"

View file

@ -5,10 +5,6 @@
* Unit tests for data structure packing
*/
#define WINVER 0x0501
#define _WIN32_IE 0x0501
#define _WIN32_WINNT 0x0501
#define WINE_NOWINSOCK
#include <stdarg.h>

View file

@ -5,12 +5,6 @@
* Unit tests for data structure packing
*/
#ifndef __REACTOS__
#define WINVER 0x0501
#define _WIN32_IE 0x0501
#define _WIN32_WINNT 0x0501
#endif
#define WINE_NOWINSOCK
#include <stdarg.h>

View file

@ -5,12 +5,6 @@
* Unit tests for data structure packing
*/
#ifndef __REACTOS__
#define WINVER 0x0501
#define _WIN32_IE 0x0501
#define _WIN32_WINNT 0x0501
#endif
#define WINE_NOWINSOCK
#include <stdarg.h>

View file

@ -5,12 +5,6 @@
* Unit tests for data structure packing
*/
#ifndef __REACTOS__
#define WINVER 0x0501
#define _WIN32_IE 0x0501
#define _WIN32_WINNT 0x0501
#endif
#define WINE_NOWINSOCK
#include <stdarg.h>

View file

@ -5,12 +5,6 @@
* Unit tests for data structure packing
*/
#ifndef __REACTOS__
#define WINVER 0x0501
#define _WIN32_IE 0x0501
#define _WIN32_WINNT 0x0501
#endif
#define WINE_NOWINSOCK
#include "windows.h"

View file

@ -5,12 +5,6 @@
* Unit tests for data structure packing
*/
#ifndef __REACTOS__
#define WINVER 0x0501
#define _WIN32_IE 0x0501
#define _WIN32_WINNT 0x0501
#endif
#define WINE_NOWINSOCK
#include <stdarg.h>

View file

@ -7,10 +7,6 @@
#ifdef __REACTOS__
#define _WINE
#else
#define WINVER 0x0501
#define _WIN32_IE 0x0501
#define _WIN32_WINNT 0x0501
#endif
#define WINE_NOWINSOCK