Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
aa384d36
Commit
aa384d36
authored
Mar 11, 2020
by
Serge Gautherie
Committed by
Alexandre Julliard
Mar 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Remove 0x0501 API versions forced by winapi_test.
Signed-off-by:
Serge Gautherie
<
winehq-git_serge_180711@gautherie.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6fcd1378
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
44 deletions
+0
-44
generated.c
dlls/gdi32/tests/generated.c
+0
-4
generated.c
dlls/kernel32/tests/generated.c
+0
-4
generated.c
dlls/ntdll/tests/generated.c
+0
-4
generated.c
dlls/rpcrt4/tests/generated.c
+0
-4
generated.c
dlls/shell32/tests/generated.c
+0
-4
generated.c
dlls/shlwapi/tests/generated.c
+0
-4
generated.c
dlls/urlmon/tests/generated.c
+0
-4
generated.c
dlls/user32/tests/generated.c
+0
-4
generated.c
dlls/wininet/tests/generated.c
+0
-4
generated.c
dlls/winmm/tests/generated.c
+0
-4
winapi_test
tools/winapi/winapi_test
+0
-4
No files found.
dlls/gdi32/tests/generated.c
View file @
aa384d36
...
...
@@ -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"
...
...
dlls/kernel32/tests/generated.c
View file @
aa384d36
...
...
@@ -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"
...
...
dlls/ntdll/tests/generated.c
View file @
aa384d36
...
...
@@ -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 "ntdll_test.h"
...
...
dlls/rpcrt4/tests/generated.c
View file @
aa384d36
...
...
@@ -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>
...
...
dlls/shell32/tests/generated.c
View file @
aa384d36
...
...
@@ -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>
...
...
dlls/shlwapi/tests/generated.c
View file @
aa384d36
...
...
@@ -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>
...
...
dlls/urlmon/tests/generated.c
View file @
aa384d36
...
...
@@ -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>
...
...
dlls/user32/tests/generated.c
View file @
aa384d36
...
...
@@ -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"
...
...
dlls/wininet/tests/generated.c
View file @
aa384d36
...
...
@@ -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>
...
...
dlls/winmm/tests/generated.c
View file @
aa384d36
...
...
@@ -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 "windef.h"
...
...
tools/winapi/winapi_test
View file @
aa384d36
...
...
@@ -503,10 +503,6 @@ sub output_header($$$) {
print
OUT
" */\n"
;
print
OUT
"\n"
;
print
OUT
"#define WINVER 0x0501\n"
;
print
OUT
"#define _WIN32_IE 0x0501\n"
;
print
OUT
"#define _WIN32_WINNT 0x0501\n"
;
print
OUT
"\n"
;
print
OUT
"#define WINE_NOWINSOCK\n"
;
print
OUT
"\n"
;
foreach
my
$test
(
@tests
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment