Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
115b7492
Commit
115b7492
authored
Jul 21, 2008
by
Reece Dunn
Committed by
Alexandre Julliard
Jul 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Fixed building the tests with the Vista SDK.
parent
3376ba61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
input.c
dlls/user32/tests/input.c
+1
-0
sysparams.c
dlls/user32/tests/sysparams.c
+2
-1
No files found.
dlls/user32/tests/input.c
View file @
115b7492
...
...
@@ -45,6 +45,7 @@
*/
#define _WIN32_WINNT 0x401
#define _WIN32_IE 0x0500
#include <stdarg.h>
#include <assert.h>
...
...
dlls/user32/tests/sysparams.c
View file @
115b7492
...
...
@@ -23,7 +23,8 @@
#include <stdio.h>
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0500
/* For SPI_GETMOUSEHOVERWIDTH and more */
#define _WIN32_WINNT 0x0600
/* For SPI_GETMOUSEHOVERWIDTH and more */
#define _WIN32_IE 0x0700
#include "wine/test.h"
#include "windef.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