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
5e5f7bbb
Commit
5e5f7bbb
authored
Sep 17, 2002
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 17, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the #include order so that these tests compile on Windows.
parent
de0f015d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
registry.c
dlls/advapi32/tests/registry.c
+1
-0
shlfileop.c
dlls/shell32/tests/shlfileop.c
+1
-1
http.c
dlls/wininet/tests/http.c
+1
-1
No files found.
dlls/advapi32/tests/registry.c
View file @
5e5f7bbb
...
...
@@ -20,6 +20,7 @@
#include <assert.h>
#include "wine/test.h"
#include "winbase.h"
#include "winreg.h"
#include "winerror.h"
...
...
dlls/shell32/tests/shlfileop.c
View file @
5e5f7bbb
...
...
@@ -19,9 +19,9 @@
*/
#include "wine/test.h"
#include <shellapi.h>
#include <stdio.h>
#include <winbase.h>
#include <shellapi.h>
CHAR
CURR_DIR
[
MAX_PATH
];
...
...
dlls/wininet/tests/http.c
View file @
5e5f7bbb
#include "wine/test.h"
#include <stdio.h>
#include "winbase.h"
#include "wininet.h"
#include "wine/test.h"
int
goon
=
0
;
...
...
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