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
3480e4a5
Commit
3480e4a5
authored
Mar 16, 1999
by
Marcus Meissner
Committed by
Alexandre Julliard
Mar 16, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed no longer necessary win.h include, added now necessary other
includes (win.h used only by UPDOWN now).
parent
7bea8693
Show whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
21 additions
and
24 deletions
+21
-24
animate.c
dlls/comctl32/animate.c
+1
-1
comboex.c
dlls/comctl32/comboex.c
+1
-1
commctrl.c
dlls/comctl32/commctrl.c
+1
-1
datetime.c
dlls/comctl32/datetime.c
+1
-1
flatsb.c
dlls/comctl32/flatsb.c
+1
-1
header.c
dlls/comctl32/header.c
+1
-1
hotkey.c
dlls/comctl32/hotkey.c
+1
-1
ipaddress.c
dlls/comctl32/ipaddress.c
+1
-1
listview.c
dlls/comctl32/listview.c
+1
-3
monthcal.c
dlls/comctl32/monthcal.c
+1
-1
nativefont.c
dlls/comctl32/nativefont.c
+1
-1
pager.c
dlls/comctl32/pager.c
+1
-1
progress.c
dlls/comctl32/progress.c
+1
-1
propsheet.c
dlls/comctl32/propsheet.c
+1
-1
rebar.c
dlls/comctl32/rebar.c
+1
-1
status.c
dlls/comctl32/status.c
+1
-1
tab.c
dlls/comctl32/tab.c
+1
-1
toolbar.c
dlls/comctl32/toolbar.c
+1
-1
tooltips.c
dlls/comctl32/tooltips.c
+1
-1
trackbar.c
dlls/comctl32/trackbar.c
+1
-1
treeview.c
dlls/comctl32/treeview.c
+0
-1
updown.c
dlls/comctl32/updown.c
+1
-1
No files found.
dlls/comctl32/animate.c
View file @
3480e4a5
...
...
@@ -14,7 +14,7 @@
*/
#include "win.h"
#include "win
base
.h"
#include "commctrl.h"
#include "animate.h"
#include "debug.h"
...
...
dlls/comctl32/comboex.c
View file @
3480e4a5
...
...
@@ -16,7 +16,7 @@
* - should include "combo.h"
*/
#include "win.h"
#include "win
base
.h"
#include "commctrl.h"
#include "comboex.h"
#include "debug.h"
...
...
dlls/comctl32/commctrl.c
View file @
3480e4a5
...
...
@@ -6,7 +6,7 @@
*
*/
#include "win.h"
#include "win
base
.h"
#include "heap.h"
#include "commctrl.h"
#include "animate.h"
...
...
dlls/comctl32/datetime.c
View file @
3480e4a5
...
...
@@ -14,7 +14,7 @@
*
*/
#include "win.h"
#include "win
base
.h"
#include "commctrl.h"
#include "datetime.h"
#include "debug.h"
...
...
dlls/comctl32/flatsb.c
View file @
3480e4a5
...
...
@@ -15,9 +15,9 @@
*
*/
#include "winbase.h"
#include "commctrl.h"
#include "flatsb.h"
#include "win.h"
#include "debug.h"
...
...
dlls/comctl32/header.c
View file @
3480e4a5
...
...
@@ -21,8 +21,8 @@
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "win.h"
#include "header.h"
#include "debug.h"
...
...
dlls/comctl32/hotkey.c
View file @
3480e4a5
...
...
@@ -13,9 +13,9 @@
* - Display code.
*/
#include "winbase.h"
#include "commctrl.h"
#include "hotkey.h"
#include "win.h"
#include "debug.h"
...
...
dlls/comctl32/ipaddress.c
View file @
3480e4a5
...
...
@@ -23,7 +23,7 @@
#include <ctype.h>
#include <stdlib.h>
#include "win.h"
#include "win
base
.h"
#include "commctrl.h"
#include "ipaddress.h"
#include "heap.h"
...
...
dlls/comctl32/listview.c
View file @
3480e4a5
...
...
@@ -44,12 +44,10 @@
*/
#include <string.h>
#include "win
dows
.h"
#include "win
base
.h"
#include "commctrl.h"
#include "listview.h"
#include "win.h"
#include "debug.h"
#include "winuser.h"
/* constants */
#define DISP_TEXT_SIZE 128
...
...
dlls/comctl32/monthcal.c
View file @
3480e4a5
...
...
@@ -14,9 +14,9 @@
*
*/
#include "winbase.h"
#include "commctrl.h"
#include "monthcal.h"
#include "win.h"
#include "debug.h"
...
...
dlls/comctl32/nativefont.c
View file @
3480e4a5
...
...
@@ -13,9 +13,9 @@
* - All notifications.
*/
#include "winbase.h"
#include "commctrl.h"
#include "nativefont.h"
#include "win.h"
#include "debug.h"
...
...
dlls/comctl32/pager.c
View file @
3480e4a5
...
...
@@ -13,9 +13,9 @@
* - All notifications.
*/
#include "winbase.h"
#include "commctrl.h"
#include "pager.h"
#include "win.h"
#include "debug.h"
...
...
dlls/comctl32/progress.c
View file @
3480e4a5
...
...
@@ -6,9 +6,9 @@
*
*/
#include "winbase.h"
#include "commctrl.h"
#include "progress.h"
#include "win.h"
#include "debug.h"
...
...
dlls/comctl32/propsheet.c
View file @
3480e4a5
...
...
@@ -8,10 +8,10 @@
*
*/
#include "winbase.h"
#include "commctrl.h"
#include "prsht.h"
#include "propsheet.h"
#include "win.h"
#include "debug.h"
...
...
dlls/comctl32/rebar.c
View file @
3480e4a5
...
...
@@ -20,9 +20,9 @@
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "rebar.h"
#include "win.h"
#include "sysmetrics.h"
#include "debug.h"
...
...
dlls/comctl32/status.c
View file @
3480e4a5
...
...
@@ -5,9 +5,9 @@
* Copyright 1998, 1999 Eric Kohl
*/
#include "winbase.h"
#include "commctrl.h"
#include "status.h"
#include "win.h"
#include "debug.h"
/*
...
...
dlls/comctl32/tab.c
View file @
3480e4a5
...
...
@@ -15,9 +15,9 @@
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "tab.h"
#include "win.h"
#include "debug.h"
...
...
dlls/comctl32/toolbar.c
View file @
3480e4a5
...
...
@@ -27,11 +27,11 @@
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "sysmetrics.h"
#include "cache.h"
#include "toolbar.h"
#include "win.h"
#include "debug.h"
/* #define __NEW_WRAP_CODE__ */
...
...
dlls/comctl32/tooltips.c
View file @
3480e4a5
...
...
@@ -16,9 +16,9 @@
#include <string.h>
#include "winbase.h"
#include "commctrl.h"
#include "tooltips.h"
#include "win.h"
#include "debug.h"
#define ID_TIMERSHOW 1
/* show delay timer */
...
...
dlls/comctl32/trackbar.c
View file @
3480e4a5
...
...
@@ -24,9 +24,9 @@
#include "winbase.h"
#include "commctrl.h"
#include "trackbar.h"
#include "win.h"
#include "debug.h"
...
...
dlls/comctl32/treeview.c
View file @
3480e4a5
...
...
@@ -42,7 +42,6 @@
#include "winbase.h"
#include "commctrl.h"
#include "treeview.h"
#include "win.h"
#include "debug.h"
/* ffs should be in <string.h>. */
...
...
dlls/comctl32/updown.c
View file @
3480e4a5
...
...
@@ -32,10 +32,10 @@
#include <stdlib.h>
#include <string.h>
#include "win.h"
#include "commctrl.h"
#include "winnls.h"
#include "updown.h"
#include "win.h"
#include "debug.h"
/* Control configuration constants */
...
...
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