This looks like MSVC won't like it.
Am 07.11.2013 15:14, schrieb gadamopoulos(a)svn.reactos.org:
           GetModuleFileNameW(hInstance, swShell32Name,
MAX_PATH);
          swShell32Name[MAX_PATH - 1] = '\0';
 -        InitCommonControlsEx(NULL);
 +        /* Initialize comctl32 */
 +        INITCOMMONCONTROLSEX InitCtrls;
 +        InitCtrls.dwSize = sizeof(INITCOMMONCONTROLSEX);