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
b0d52b00
Commit
b0d52b00
authored
Feb 28, 1999
by
Marcus Meissner
Committed by
Alexandre Julliard
Feb 28, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More include optimizations.
parent
de43ef45
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
17 additions
and
7 deletions
+17
-7
break.c
debugger/break.c
+1
-0
dbg.y
debugger/dbg.y
+1
-0
dbgmain.c
debugger/dbgmain.c
+3
-3
editline.c
debugger/editline.c
+1
-1
expr.c
debugger/expr.c
+1
-0
hash.c
debugger/hash.c
+2
-1
info.c
debugger/info.c
+1
-0
memory.c
debugger/memory.c
+1
-0
msc.c
debugger/msc.c
+1
-0
registers.c
debugger/registers.c
+1
-0
source.c
debugger/source.c
+1
-0
stack.c
debugger/stack.c
+1
-0
types.c
debugger/types.c
+1
-0
wintypes.h
include/wintypes.h
+1
-1
winsock.c
misc/winsock.c
+0
-1
No files found.
debugger/break.c
View file @
b0d52b00
...
...
@@ -5,6 +5,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
...
...
debugger/dbg.y
View file @
b0d52b00
...
...
@@ -6,6 +6,7 @@
* Copyright 1995 Morten Welinder
*/
#include "config.h"
#include "ts_xlib.h"
#include "x11drv.h"
...
...
debugger/dbgmain.c
View file @
b0d52b00
...
...
@@ -4,14 +4,14 @@
* Copyright (C) 1997, Eric Youngdale.
*/
#include <signal.h>
#include <ldt.h>
#include <X11/Xlib.h>
#include "config.h"
#include "ldt.h"
#include "windows.h"
#include "toolhelp.h"
#include "module.h"
#include "debugger.h"
#include "class.h"
#include <X11/Xlib.h>
#include "debugger.h"
#include "peexe.h"
...
...
debugger/editline.c
View file @
b0d52b00
...
...
@@ -33,7 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
typedef
unsigned
char
CHAR
;
#include "wintypes.h"
/*
** Manifest constants.
...
...
debugger/expr.c
View file @
b0d52b00
...
...
@@ -5,6 +5,7 @@
*
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
...
...
debugger/hash.c
View file @
b0d52b00
...
...
@@ -5,12 +5,13 @@
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <sys/types.h>
#include
<neexe.h>
#include
"neexe.h"
#include "module.h"
#include "process.h"
#include "selectors.h"
...
...
debugger/info.c
View file @
b0d52b00
...
...
@@ -5,6 +5,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include "debugger.h"
...
...
debugger/memory.c
View file @
b0d52b00
...
...
@@ -5,6 +5,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include "wine/winbase16.h"
...
...
debugger/msc.c
View file @
b0d52b00
...
...
@@ -14,6 +14,7 @@
* Add symbol size to internal symbol table.
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
...
...
debugger/registers.c
View file @
b0d52b00
...
...
@@ -4,6 +4,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "config.h"
#include <stdio.h>
#include <string.h>
#include "selectors.h"
...
...
debugger/source.c
View file @
b0d52b00
...
...
@@ -5,6 +5,7 @@
*
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
...
...
debugger/stack.c
View file @
b0d52b00
...
...
@@ -5,6 +5,7 @@
* Copyright 1996 Eric Youngdale
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include "xmalloc.h"
...
...
debugger/types.c
View file @
b0d52b00
...
...
@@ -7,6 +7,7 @@
* upon which full support for datatype handling will eventually be hung.
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
...
...
include/wintypes.h
View file @
b0d52b00
...
...
@@ -135,7 +135,7 @@ typedef long long __int64;
/* Pointers types. These are the same for emulator and library. */
/* winnt types */
typedef
void
*
PVOID
;
typedef
VOID
*
PVOID
;
typedef
const
void
*
PCVOID
;
typedef
CHAR
*
PCHAR
;
typedef
UCHAR
*
PUCHAR
;
...
...
misc/winsock.c
View file @
b0d52b00
...
...
@@ -55,7 +55,6 @@
#include "winsock.h"
#include "winnt.h"
#include "heap.h"
#include "ldt.h"
#include "task.h"
#include "message.h"
#include "miscemu.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