Commit d068b3f6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

The string fields in PROPSHEETPAGEA should be ANSI strings.

parent c0bca77e
......@@ -54,8 +54,8 @@ typedef struct _PROPSHEETPAGEA
LPARAM lParam;
LPFNPSPCALLBACKA pfnCallback;
UINT* pcRefParent;
LPCWSTR pszHeaderTitle;
LPCWSTR pszHeaderSubTitle;
LPCSTR pszHeaderTitle;
LPCSTR pszHeaderSubTitle;
} PROPSHEETPAGEA, *LPPROPSHEETPAGEA;
typedef const PROPSHEETPAGEA *LPCPROPSHEETPAGEA;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment