taskmgr: Converted some functions and variables to Unicode

Nikolay Sivov bunglehead at gmail.com
Thu Aug 7 09:20:56 CDT 2008


Vladimir Pankratov wrote:

> -    if (DialogBox(hInst, MAKEINTRESOURCE(IDD_COLUMNS_DIALOG), hMainWnd, ColumnsDialogWndProc) == IDOK)
> +    if (DialogBoxW(hInst, (LPWSTR)MAKEINTRESOURCE(IDD_COLUMNS_DIALOG), hMainWnd, ColumnsDialogWndProc) == IDOK)

Why not to use MAKEINTRESOURCEW?




More information about the wine-devel mailing list