This looks like MSVC won't like it.

Am 07.11.2013 15:14, schrieb gadamopou...@svn.reactos.org:
>          GetModuleFileNameW(hInstance, swShell32Name, MAX_PATH);
>          swShell32Name[MAX_PATH - 1] = '\0';
>  
> -        InitCommonControlsEx(NULL);
> +        /* Initialize comctl32 */
> +        INITCOMMONCONTROLSEX InitCtrls;
> +        InitCtrls.dwSize = sizeof(INITCOMMONCONTROLSEX);
>


_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to