comctl32: Implement LVM_GETUNICODEFORMAT.

This commit is contained in:
Nicolas Le Cam 2008-09-04 01:24:26 +02:00 committed by Alexandre Julliard
parent 92e9b1edcf
commit 22e69c0ee4
1 changed files with 2 additions and 3 deletions

View File

@ -9709,9 +9709,8 @@ LISTVIEW_WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
case LVM_GETTOPINDEX: case LVM_GETTOPINDEX:
return LISTVIEW_GetTopIndex(infoPtr); return LISTVIEW_GetTopIndex(infoPtr);
/*case LVM_GETUNICODEFORMAT: case LVM_GETUNICODEFORMAT:
FIXME("LVM_GETUNICODEFORMAT: unimplemented\n"); return (infoPtr->notifyFormat == NFR_UNICODE);
return FALSE;*/
/* case LVM_GETVIEW: */ /* case LVM_GETVIEW: */