diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-01 18:25:59 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-01 18:25:59 -0400 |
| commit | 80828b8a7d2273d5f35b7114c8dfc10605fc5df8 (patch) | |
| tree | d7897af6491bcbe1b0f1ede039220e936e5fe740 /redo/comctl32_windows.c | |
| parent | 7f027bae3c34afb1261ef60aa3754676f0fa648a (diff) | |
Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there are a few cases of const->non-const conversions as a result.
Diffstat (limited to 'redo/comctl32_windows.c')
| -rw-r--r-- | redo/comctl32_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/comctl32_windows.c b/redo/comctl32_windows.c index e3e02cf..09b9605 100644 --- a/redo/comctl32_windows.c +++ b/redo/comctl32_windows.c @@ -16,7 +16,7 @@ LRESULT (*WINAPI fv_DefSubclassProc)(HWND, UINT, WPARAM, LPARAM); ICC_LISTVIEW_CLASSES | /* list views */ \ 0) -DWORD initCommonControls(LPCWSTR manifest, char **errmsg) +DWORD initCommonControls(LPWSTR manifest, char **errmsg) { ACTCTX actctx; HANDLE ac; |
