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
34acebc1
Commit
34acebc1
authored
Feb 19, 1999
by
Huw D M Davies
Committed by
Alexandre Julliard
Feb 19, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a few broken includes.
parent
f0a0e126
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
rtl.c
dlls/ntdll/rtl.c
+1
-0
builtin.c
if1632/builtin.c
+1
-0
cpu.c
misc/cpu.c
+1
-0
kernel32.c
win32/kernel32.c
+2
-0
No files found.
dlls/ntdll/rtl.c
View file @
34acebc1
...
...
@@ -14,6 +14,7 @@
#include <math.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "wine/winestring.h"
#include "file.h"
#include "stackframe.h"
...
...
if1632/builtin.c
View file @
34acebc1
...
...
@@ -9,6 +9,7 @@
#include <string.h>
#include "winbase.h"
#include "wine/winbase16.h"
#include "wine/winestring.h"
#include "builtin32.h"
#include "global.h"
#include "heap.h"
...
...
misc/cpu.c
View file @
34acebc1
...
...
@@ -9,6 +9,7 @@
#include <string.h>
#include "winbase.h"
#include "wine/winbase16.h"
#include "wine/winestring.h"
#include "winreg.h"
#include "global.h"
#include "winnt.h"
...
...
win32/kernel32.c
View file @
34acebc1
...
...
@@ -8,6 +8,8 @@
* the function documentation for more details.
*/
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wine/winbase16.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