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
f831f775
Commit
f831f775
authored
Jun 27, 2011
by
Piotr Caban
Committed by
Alexandre Julliard
Jun 27, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32: Use vssym32.h instead of tmschema.h.
parent
7d7b1d55
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
15 deletions
+15
-15
header.c
dlls/comctl32/header.c
+1
-1
monthcal.c
dlls/comctl32/monthcal.c
+1
-1
progress.c
dlls/comctl32/progress.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
theme_button.c
dlls/comctl32/theme_button.c
+1
-1
theme_combo.c
dlls/comctl32/theme_combo.c
+1
-1
theme_dialog.c
dlls/comctl32/theme_dialog.c
+1
-1
theme_edit.c
dlls/comctl32/theme_edit.c
+1
-1
theme_listbox.c
dlls/comctl32/theme_listbox.c
+1
-1
toolbar.c
dlls/comctl32/toolbar.c
+1
-1
trackbar.c
dlls/comctl32/trackbar.c
+1
-1
treeview.c
dlls/comctl32/treeview.c
+1
-1
updown.c
dlls/comctl32/updown.c
+1
-1
No files found.
dlls/comctl32/header.c
View file @
f831f775
...
...
@@ -40,7 +40,7 @@
#include "commctrl.h"
#include "comctl32.h"
#include "imagelist.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "uxtheme.h"
#include "wine/debug.h"
...
...
dlls/comctl32/monthcal.c
View file @
f831f775
...
...
@@ -53,7 +53,7 @@
#include "commctrl.h"
#include "comctl32.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "wine/unicode.h"
#include "wine/debug.h"
...
...
dlls/comctl32/progress.c
View file @
f831f775
...
...
@@ -44,7 +44,7 @@
#include "commctrl.h"
#include "comctl32.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
progress
);
...
...
dlls/comctl32/rebar.c
View file @
f831f775
...
...
@@ -92,7 +92,7 @@
#include "commctrl.h"
#include "comctl32.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
rebar
);
...
...
dlls/comctl32/status.c
View file @
f831f775
...
...
@@ -52,7 +52,7 @@
#include "commctrl.h"
#include "comctl32.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
statusbar
);
...
...
dlls/comctl32/tab.c
View file @
f831f775
...
...
@@ -64,7 +64,7 @@
#include "commctrl.h"
#include "comctl32.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "wine/debug.h"
#include <math.h>
...
...
dlls/comctl32/theme_button.c
View file @
f831f775
...
...
@@ -28,7 +28,7 @@
#include "wingdi.h"
#include "winuser.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "comctl32.h"
#define BUTTON_TYPE 0x0f
/* bit mask for the available button types */
...
...
dlls/comctl32/theme_combo.c
View file @
f831f775
...
...
@@ -28,7 +28,7 @@
#include "wingdi.h"
#include "winuser.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "comctl32.h"
#include "wine/debug.h"
...
...
dlls/comctl32/theme_dialog.c
View file @
f831f775
...
...
@@ -28,7 +28,7 @@
#include "wingdi.h"
#include "winuser.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "comctl32.h"
#include "wine/debug.h"
...
...
dlls/comctl32/theme_edit.c
View file @
f831f775
...
...
@@ -28,7 +28,7 @@
#include "wingdi.h"
#include "winuser.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "comctl32.h"
#include "wine/debug.h"
...
...
dlls/comctl32/theme_listbox.c
View file @
f831f775
...
...
@@ -28,7 +28,7 @@
#include "wingdi.h"
#include "winuser.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "comctl32.h"
#include "wine/debug.h"
...
...
dlls/comctl32/toolbar.c
View file @
f831f775
...
...
@@ -81,7 +81,7 @@
#include "commctrl.h"
#include "comctl32.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
toolbar
);
...
...
dlls/comctl32/trackbar.c
View file @
f831f775
...
...
@@ -42,7 +42,7 @@
#include "winnls.h"
#include "commctrl.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "wine/debug.h"
#include "comctl32.h"
...
...
dlls/comctl32/treeview.c
View file @
f831f775
...
...
@@ -60,7 +60,7 @@
#include "commctrl.h"
#include "comctl32.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "wine/unicode.h"
#include "wine/debug.h"
...
...
dlls/comctl32/updown.c
View file @
f831f775
...
...
@@ -41,7 +41,7 @@
#include "commctrl.h"
#include "comctl32.h"
#include "uxtheme.h"
#include "
tmschema
.h"
#include "
vssym32
.h"
#include "wine/unicode.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