Module: wine Branch: master Commit: f831f77515fdaa9332473a8304e05d8633df0d09 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f831f77515fdaa9332473a8304...
Author: Piotr Caban piotr@codeweavers.com Date: Mon Jun 27 14:21:48 2011 +0200
comctl32: Use vssym32.h instead of tmschema.h.
---
dlls/comctl32/header.c | 2 +- dlls/comctl32/monthcal.c | 2 +- dlls/comctl32/progress.c | 2 +- dlls/comctl32/rebar.c | 2 +- dlls/comctl32/status.c | 2 +- dlls/comctl32/tab.c | 2 +- dlls/comctl32/theme_button.c | 2 +- dlls/comctl32/theme_combo.c | 2 +- dlls/comctl32/theme_dialog.c | 2 +- dlls/comctl32/theme_edit.c | 2 +- dlls/comctl32/theme_listbox.c | 2 +- dlls/comctl32/toolbar.c | 2 +- dlls/comctl32/trackbar.c | 2 +- dlls/comctl32/treeview.c | 2 +- dlls/comctl32/updown.c | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/dlls/comctl32/header.c b/dlls/comctl32/header.c index 603d0a3..1cf28aa 100644 --- a/dlls/comctl32/header.c +++ b/dlls/comctl32/header.c @@ -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"
diff --git a/dlls/comctl32/monthcal.c b/dlls/comctl32/monthcal.c index 79133ba..ebe53f4 100644 --- a/dlls/comctl32/monthcal.c +++ b/dlls/comctl32/monthcal.c @@ -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"
diff --git a/dlls/comctl32/progress.c b/dlls/comctl32/progress.c index 71fba9d..d331d19 100644 --- a/dlls/comctl32/progress.c +++ b/dlls/comctl32/progress.c @@ -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); diff --git a/dlls/comctl32/rebar.c b/dlls/comctl32/rebar.c index cc3c8a7..99bde77 100644 --- a/dlls/comctl32/rebar.c +++ b/dlls/comctl32/rebar.c @@ -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); diff --git a/dlls/comctl32/status.c b/dlls/comctl32/status.c index 427fb76..1cb69eb 100644 --- a/dlls/comctl32/status.c +++ b/dlls/comctl32/status.c @@ -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); diff --git a/dlls/comctl32/tab.c b/dlls/comctl32/tab.c index 1ad8c53..e4a7adc 100644 --- a/dlls/comctl32/tab.c +++ b/dlls/comctl32/tab.c @@ -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>
diff --git a/dlls/comctl32/theme_button.c b/dlls/comctl32/theme_button.c index 113e851..488c751 100644 --- a/dlls/comctl32/theme_button.c +++ b/dlls/comctl32/theme_button.c @@ -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 */ diff --git a/dlls/comctl32/theme_combo.c b/dlls/comctl32/theme_combo.c index a6c6f87..9482a3b 100644 --- a/dlls/comctl32/theme_combo.c +++ b/dlls/comctl32/theme_combo.c @@ -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"
diff --git a/dlls/comctl32/theme_dialog.c b/dlls/comctl32/theme_dialog.c index 9285941..915db07 100644 --- a/dlls/comctl32/theme_dialog.c +++ b/dlls/comctl32/theme_dialog.c @@ -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"
diff --git a/dlls/comctl32/theme_edit.c b/dlls/comctl32/theme_edit.c index b3b142a..c6fd34c 100644 --- a/dlls/comctl32/theme_edit.c +++ b/dlls/comctl32/theme_edit.c @@ -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"
diff --git a/dlls/comctl32/theme_listbox.c b/dlls/comctl32/theme_listbox.c index 8147ba4..9177214 100644 --- a/dlls/comctl32/theme_listbox.c +++ b/dlls/comctl32/theme_listbox.c @@ -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"
diff --git a/dlls/comctl32/toolbar.c b/dlls/comctl32/toolbar.c index 2af5cec..46584b5 100644 --- a/dlls/comctl32/toolbar.c +++ b/dlls/comctl32/toolbar.c @@ -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); diff --git a/dlls/comctl32/trackbar.c b/dlls/comctl32/trackbar.c index c924b53..91f8176 100644 --- a/dlls/comctl32/trackbar.c +++ b/dlls/comctl32/trackbar.c @@ -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" diff --git a/dlls/comctl32/treeview.c b/dlls/comctl32/treeview.c index bd65fca..909c1eb 100644 --- a/dlls/comctl32/treeview.c +++ b/dlls/comctl32/treeview.c @@ -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"
diff --git a/dlls/comctl32/updown.c b/dlls/comctl32/updown.c index 75653e1..2c5fc60 100644 --- a/dlls/comctl32/updown.c +++ b/dlls/comctl32/updown.c @@ -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"