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
a725826a
Commit
a725826a
authored
Aug 29, 2007
by
Steven Edwards
Committed by
Alexandre Julliard
Aug 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Remove some no longer needed wine 16bit headers.
parent
13f9b0a6
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
9 deletions
+0
-9
class.c
dlls/user32/class.c
+0
-1
clipboard.c
dlls/user32/clipboard.c
+0
-1
listbox.c
dlls/user32/listbox.c
+0
-1
msgbox.c
dlls/user32/msgbox.c
+0
-2
nonclient.c
dlls/user32/nonclient.c
+0
-1
text.c
dlls/user32/text.c
+0
-1
winpos.c
dlls/user32/winpos.c
+0
-1
wsprintf.c
dlls/user32/wsprintf.c
+0
-1
No files found.
dlls/user32/class.c
View file @
a725826a
...
...
@@ -31,7 +31,6 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "wine/winuser16.h"
#include "wine/unicode.h"
#include "win.h"
#include "user_private.h"
...
...
dlls/user32/clipboard.c
View file @
a725826a
...
...
@@ -46,7 +46,6 @@
#include "wingdi.h"
#include "winuser.h"
#include "winerror.h"
#include "wine/winuser16.h"
#include "wine/winbase16.h"
#include "user_private.h"
#include "win.h"
...
...
dlls/user32/listbox.c
View file @
a725826a
...
...
@@ -40,7 +40,6 @@
#include "winbase.h"
#include "wingdi.h"
#include "wine/winuser16.h"
#include "wine/winbase16.h"
#include "wine/unicode.h"
#include "user_private.h"
#include "controls.h"
...
...
dlls/user32/msgbox.c
View file @
a725826a
...
...
@@ -25,8 +25,6 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "winternl.h"
#include "dlgs.h"
#include "user_private.h"
...
...
dlls/user32/nonclient.c
View file @
a725826a
...
...
@@ -25,7 +25,6 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "wine/winuser16.h"
#include "win.h"
#include "user_private.h"
#include "controls.h"
...
...
dlls/user32/text.c
View file @
a725826a
...
...
@@ -35,7 +35,6 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "wine/winuser16.h"
#include "wine/unicode.h"
#include "winnls.h"
#include "controls.h"
...
...
dlls/user32/winpos.c
View file @
a725826a
...
...
@@ -31,7 +31,6 @@
#include "winbase.h"
#include "wingdi.h"
#include "winerror.h"
#include "wine/winuser16.h"
#include "wine/server.h"
#include "controls.h"
#include "user_private.h"
...
...
dlls/user32/wsprintf.c
View file @
a725826a
...
...
@@ -32,7 +32,6 @@
#include "winuser.h"
#include "wine/winbase16.h"
#include "wine/winuser16.h"
#include "wine/debug.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