Kaydet (Commit) 3e3a6a79 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Fix MinGW build.

Change-Id: I48bad55cc982fba6fb48a921746801de9993bff1
üst 4f089de4
...@@ -280,7 +280,7 @@ static void addTaskbarIcon( HWND hWnd ) ...@@ -280,7 +280,7 @@ static void addTaskbarIcon( HWND hWnd )
IMAGE_ICON, GetSystemMetrics( SM_CXSMICON ), GetSystemMetrics( SM_CYSMICON ), IMAGE_ICON, GetSystemMetrics( SM_CXSMICON ), GetSystemMetrics( SM_CYSMICON ),
LR_DEFAULTCOLOR | LR_SHARED ); LR_DEFAULTCOLOR | LR_SHARED );
wcsncpy( nid.szTip, strTip.getStr(), 64 ); wcsncpy( nid.szTip, reinterpret_cast<LPCWSTR>(strTip.getStr()), 64 );
nid.cbSize = sizeof(nid); nid.cbSize = sizeof(nid);
nid.hWnd = hWnd; nid.hWnd = hWnd;
......
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