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
be3cda6e
Commit
be3cda6e
authored
Mar 21, 2020
by
Serge Gautherie
Committed by
Alexandre Julliard
Mar 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Remove now useless forced _WIN32_WINNT defines.
Signed-off-by:
Serge Gautherie
<
winehq-git_serge_180711@gautherie.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3ddf3a72
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
27 deletions
+0
-27
subclass.c
dlls/comctl32/tests/subclass.c
+0
-2
file.c
dlls/kernel32/tests/file.c
+0
-3
sync.c
dlls/kernel32/tests/sync.c
+0
-1
thread.c
dlls/kernel32/tests/thread.c
+0
-3
timer.c
dlls/kernel32/tests/timer.c
+0
-2
version.c
dlls/kernel32/tests/version.c
+0
-3
psapi_main.c
dlls/psapi/tests/psapi_main.c
+0
-3
broadcast.c
dlls/user32/tests/broadcast.c
+0
-2
class.c
dlls/user32/tests/class.c
+0
-3
menu.c
dlls/user32/tests/menu.c
+0
-2
win.c
dlls/user32/tests/win.c
+0
-3
No files found.
dlls/comctl32/tests/subclass.c
View file @
be3cda6e
...
...
@@ -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>
...
...
dlls/kernel32/tests/file.c
View file @
be3cda6e
...
...
@@ -20,9 +20,6 @@
*
*/
/* ReplaceFile requires Windows 2000 or newer */
#define _WIN32_WINNT 0x0500
#include <stdarg.h>
#include <stdlib.h>
#include <time.h>
...
...
dlls/kernel32/tests/sync.c
View file @
be3cda6e
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _WIN32_WINNT 0x500
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
...
...
dlls/kernel32/tests/thread.c
View file @
be3cda6e
...
...
@@ -18,9 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* Define _WIN32_WINNT to get SetThreadIdealProcessor on Windows */
#define _WIN32_WINNT 0x0600
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
...
...
dlls/kernel32/tests/timer.c
View file @
be3cda6e
...
...
@@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _WIN32_WINNT 0x0501
#include "wine/test.h"
#include "winbase.h"
...
...
dlls/kernel32/tests/version.c
View file @
be3cda6e
...
...
@@ -18,9 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* Needed for PRODUCT_* defines and GetProductInfo() */
#define _WIN32_WINNT 0x0600
#include "wine/test.h"
#include "winbase.h"
#include "winternl.h"
...
...
dlls/psapi/tests/psapi_main.c
View file @
be3cda6e
...
...
@@ -19,9 +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 */
#define _WIN32_WINNT 0x0500
#include <stdarg.h>
#include "ntstatus.h"
...
...
dlls/user32/tests/broadcast.c
View file @
be3cda6e
...
...
@@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _WIN32_WINNT 0x0501
#include <stdarg.h>
#include <stdio.h>
...
...
dlls/user32/tests/class.c
View file @
be3cda6e
...
...
@@ -18,9 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* To get CS_DROPSHADOW with the MSVC headers */
#define _WIN32_WINNT 0x0501
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
...
...
dlls/user32/tests/menu.c
View file @
be3cda6e
...
...
@@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define _WIN32_WINNT 0x0501
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
...
...
dlls/user32/tests/win.c
View file @
be3cda6e
...
...
@@ -20,9 +20,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* To get ICON_SMALL2 with the MSVC headers */
#define _WIN32_WINNT 0x0501
#include <assert.h>
#include <limits.h>
#include <stdlib.h>
...
...
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