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
386cf6e3
Commit
386cf6e3
authored
Oct 14, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
When including 'wine/port.h', include it first.
Remove redundant 'config.h' includes.
parent
e5ddd26d
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
39 additions
and
38 deletions
+39
-38
menu.c
controls/menu.c
+2
-1
dplay.c
dlls/dplayx/dplay.c
+3
-1
comm.c
dlls/kernel/comm.c
+0
-1
proxyodbc.c
dlls/odbc32/proxyodbc.c
+2
-1
async.c
dlls/winsock/async.c
+1
-2
socket.c
dlls/winsock/socket.c
+1
-2
drive.c
files/drive.c
+1
-2
port.c
library/port.c
+0
-1
elf.c
loader/elf.c
+1
-2
module.c
loader/ne/module.c
+3
-1
resource.c
loader/ne/resource.c
+3
-1
global.c
memory/global.c
+2
-1
virtual.c
memory/virtual.c
+1
-2
cpu.c
misc/cpu.c
+3
-2
dosmem.c
msdos/dosmem.c
+1
-2
dpmi.c
msdos/dpmi.c
+2
-2
client.c
scheduler/client.c
+1
-2
sysdeps.c
scheduler/sysdeps.c
+1
-2
thread.c
scheduler/thread.c
+1
-2
request.c
server/request.c
+1
-2
spec16.c
tools/winebuild/spec16.c
+2
-2
device.c
win32/device.c
+2
-2
class.c
windows/class.c
+3
-1
dialog.c
windows/dialog.c
+2
-1
No files found.
controls/menu.c
View file @
386cf6e3
...
...
@@ -12,6 +12,8 @@
* This is probably not the meaning this style has in MS-Windows.
*/
#include "wine/port.h"
#include <assert.h>
#include <ctype.h>
#include <stdlib.h>
...
...
@@ -23,7 +25,6 @@
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "wine/unicode.h"
#include "wine/port.h"
#include "win.h"
#include "controls.h"
#include "nonclient.h"
...
...
dlls/dplayx/dplay.c
View file @
386cf6e3
...
...
@@ -6,8 +6,10 @@
*
*/
#include <string.h>
#include "wine/port.h"
#include <string.h>
#include "windef.h"
#include "winerror.h"
#include "winbase.h"
...
...
dlls/kernel/comm.c
View file @
386cf6e3
...
...
@@ -32,7 +32,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdlib.h>
...
...
dlls/odbc32/proxyodbc.c
View file @
386cf6e3
...
...
@@ -9,6 +9,8 @@
*
*/
#include "wine/port.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
...
...
@@ -16,7 +18,6 @@
#include "winbase.h"
#include "debugtools.h"
#include "wine/port.h"
#include "sql.h"
#include "sqltypes.h"
...
...
dlls/winsock/async.c
View file @
386cf6e3
...
...
@@ -19,7 +19,7 @@
* whole stuff did not work anyway to other changes).
*/
#include "
config
.h"
#include "
wine/port
.h"
#include <string.h>
#include <sys/types.h>
...
...
@@ -85,7 +85,6 @@
#include "ws2spi.h"
#include "wine/winsock16.h"
#include "winnt.h"
#include "wine/port.h"
#include "debugtools.h"
...
...
dlls/winsock/socket.c
View file @
386cf6e3
...
...
@@ -15,7 +15,7 @@
* ws_XXXXent32 (winsock2.h) and 1-byte forced ws_XXXXent16 (winsock16.h).
*/
#include "
config
.h"
#include "
wine/port
.h"
#include <stdio.h>
#include <string.h>
...
...
@@ -95,7 +95,6 @@
#include "wine/winsock16.h"
#include "winnt.h"
#include "heap.h"
#include "wine/port.h"
#include "services.h"
#include "wine/server.h"
#include "file.h"
...
...
files/drive.c
View file @
386cf6e3
...
...
@@ -10,7 +10,7 @@
*
*/
#include "
config
.h"
#include "
wine/port
.h"
#include <assert.h>
#include <ctype.h>
...
...
@@ -48,7 +48,6 @@
#include "heap.h"
#include "msdos.h"
#include "options.h"
#include "wine/port.h"
#include "task.h"
#include "debugtools.h"
#include "wine/server.h"
...
...
library/port.c
View file @
386cf6e3
...
...
@@ -4,7 +4,6 @@
* Copyright 1996 Alexandre Julliard
*/
#include "config.h"
#include "wine/port.h"
#ifdef __BEOS__
...
...
loader/elf.c
View file @
386cf6e3
...
...
@@ -9,7 +9,7 @@
* IDEA(s): could be used to split up shell32,comctl32...
*/
#include "
config.h"
#include "
wine/port.h"
#include <assert.h>
#include <stdio.h>
...
...
@@ -21,7 +21,6 @@
#include "module.h"
#include "debugtools.h"
#include "winerror.h"
#include "wine/port.h"
DEFAULT_DEBUG_CHANNEL
(
win32
);
...
...
loader/ne/module.c
View file @
386cf6e3
...
...
@@ -4,13 +4,15 @@
* Copyright 1995 Alexandre Julliard
*/
#include "wine/port.h"
#include <assert.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <ctype.h>
#include "wine/port.h"
#include "wine/winbase16.h"
#include "wine/library.h"
#include "winerror.h"
...
...
loader/ne/resource.c
View file @
386cf6e3
...
...
@@ -6,14 +6,16 @@
* Copyright 1997 Alex Korobka
*/
#include "wine/port.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
#include "windef.h"
#include "wine/port.h"
#include "wine/winbase16.h"
#include "wine/library.h"
#include "module.h"
...
...
memory/global.c
View file @
386cf6e3
...
...
@@ -5,6 +5,8 @@
*/
/* 0xffff sometimes seems to mean: CURRENT_DS */
#include "wine/port.h"
#include <sys/types.h>
#include <stdlib.h>
#include <time.h>
...
...
@@ -14,7 +16,6 @@
#include "wine/winbase16.h"
#include "wine/exception.h"
#include "wine/port.h"
#include "global.h"
#include "toolhelp.h"
#include "selectors.h"
...
...
memory/virtual.c
View file @
386cf6e3
...
...
@@ -4,7 +4,7 @@
* Copyright 1997 Alexandre Julliard
*/
#include "
config
.h"
#include "
wine/port
.h"
#include <assert.h>
#include <errno.h>
...
...
@@ -25,7 +25,6 @@
#include "wine/exception.h"
#include "wine/unicode.h"
#include "wine/library.h"
#include "wine/port.h"
#include "winerror.h"
#include "file.h"
#include "global.h"
...
...
misc/cpu.c
View file @
386cf6e3
...
...
@@ -5,11 +5,12 @@
* Copyright 1997-1998 Marcus Meissner
*/
#include "wine/port.h"
#include <ctype.h>
#include <string.h>
#include <stdio.h>
#include "config.h"
#include "wine/port.h"
#include "winbase.h"
#include "winreg.h"
#include "winnt.h"
...
...
msdos/dosmem.c
View file @
386cf6e3
...
...
@@ -5,7 +5,7 @@
* Copyright 1996 Marcus Meissner
*/
#include "
config
.h"
#include "
wine/port
.h"
#include <signal.h>
#include <stdlib.h>
...
...
@@ -17,7 +17,6 @@
#include "winbase.h"
#include "wine/winbase16.h"
#include "wine/port.h"
#include "global.h"
#include "selectors.h"
...
...
msdos/dpmi.c
View file @
386cf6e3
...
...
@@ -4,13 +4,13 @@
* Copyright 1995 Alexandre Julliard
*/
#include "wine/port.h"
#include <unistd.h>
#include <string.h>
#include "config.h"
#include "windef.h"
#include "wine/winbase16.h"
#include "wine/port.h"
#include "builtin16.h"
#include "miscemu.h"
#include "msdos.h"
...
...
scheduler/client.c
View file @
386cf6e3
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 1998 Alexandre Julliard
*/
#include "
config
.h"
#include "
wine/port
.h"
#include <assert.h>
#include <ctype.h>
...
...
@@ -30,7 +30,6 @@
#include <unistd.h>
#include <stdarg.h>
#include "wine/port.h"
#include "thread.h"
#include "wine/server.h"
#include "winerror.h"
...
...
scheduler/sysdeps.c
View file @
386cf6e3
...
...
@@ -4,7 +4,7 @@
* Copyright 1998 Alexandre Julliard
*/
#include "
config
.h"
#include "
wine/port
.h"
#include <signal.h>
#include <stdio.h>
...
...
@@ -20,7 +20,6 @@
#ifdef HAVE_UCONTEXT_H
# include <ucontext.h>
#endif
#include "wine/port.h"
#include "thread.h"
#include "wine/server.h"
#include "winbase.h"
...
...
scheduler/thread.c
View file @
386cf6e3
...
...
@@ -4,7 +4,7 @@
* Copyright 1996 Alexandre Julliard
*/
#include "
config
.h"
#include "
wine/port
.h"
#include <assert.h>
#include <fcntl.h>
...
...
@@ -14,7 +14,6 @@
#endif
#include <unistd.h>
#include "wine/winbase16.h"
#include "wine/port.h"
#include "thread.h"
#include "task.h"
#include "module.h"
...
...
server/request.c
View file @
386cf6e3
...
...
@@ -4,7 +4,7 @@
* Copyright (C) 1998 Alexandre Julliard
*/
#include "
config
.h"
#include "
wine/port
.h"
#include <assert.h>
#include <errno.h>
...
...
@@ -32,7 +32,6 @@
#include "process.h"
#define WANT_REQUEST_HANDLERS
#include "request.h"
#include "wine/port.h"
/* Some versions of glibc don't define this */
#ifndef SCM_RIGHTS
...
...
tools/winebuild/spec16.c
View file @
386cf6e3
...
...
@@ -8,11 +8,11 @@
* Copyright 1999 Ulrich Weigand
*/
#include "wine/port.h"
#include <assert.h>
#include <ctype.h>
#include "config.h"
#include "wine/port.h"
#include "wine/exception.h"
#include "builtin16.h"
#include "module.h"
...
...
win32/device.c
View file @
386cf6e3
...
...
@@ -7,7 +7,7 @@
*
*/
#include "
config
.h"
#include "
wine/port
.h"
#include <stdlib.h>
#include <unistd.h>
...
...
@@ -15,7 +15,7 @@
#include <string.h>
#include <stdarg.h>
#include <time.h>
#include "wine/port.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
...
...
windows/class.c
View file @
386cf6e3
...
...
@@ -12,15 +12,17 @@
* classes are getting registered with wrong hInstance.
*/
#include "wine/port.h"
#include <stdlib.h>
#include <string.h>
#include "wine/winbase16.h"
#include "winerror.h"
#include "windef.h"
#include "wingdi.h"
#include "wine/winuser16.h"
#include "wine/unicode.h"
#include "wine/port.h"
#include "heap.h"
#include "win.h"
#include "user.h"
...
...
windows/dialog.c
View file @
386cf6e3
...
...
@@ -4,6 +4,8 @@
* Copyright 1993, 1994, 1996 Alexandre Julliard
*/
#include "wine/port.h"
#include <ctype.h>
#include <errno.h>
#include <limits.h>
...
...
@@ -20,7 +22,6 @@
#include "wine/winuser16.h"
#include "wine/winbase16.h"
#include "wine/unicode.h"
#include "wine/port.h"
#include "controls.h"
#include "heap.h"
#include "win.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