| commit | d068b3f62c8282435a2915cfb3c767bad6337e8b | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@codeweavers.com> | Fri Oct 13 17:10:24 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Oct 13 17:10:24 2000 +0000 |
| tree | 9509c12a5ed6c40abbff4a0a8e1273a8ec73428e | |
| parent | c0bca77ecbbd6e7a1caa46e3e310e8eb5fac0dae [diff] |
The string fields in PROPSHEETPAGEA should be ANSI strings.
diff --git a/include/prsht.h b/include/prsht.h index ad2e3cd..aceaa72 100644 --- a/include/prsht.h +++ b/include/prsht.h
@@ -54,8 +54,8 @@ LPARAM lParam; LPFNPSPCALLBACKA pfnCallback; UINT* pcRefParent; - LPCWSTR pszHeaderTitle; - LPCWSTR pszHeaderSubTitle; + LPCSTR pszHeaderTitle; + LPCSTR pszHeaderSubTitle; } PROPSHEETPAGEA, *LPPROPSHEETPAGEA; typedef const PROPSHEETPAGEA *LPCPROPSHEETPAGEA;