Commit 6ad9c443 authored by Alexander Scott-Johns's avatar Alexander Scott-Johns Committed by Alexandre Julliard

user32: Add missing doc comment.

parent 63d77d07
...@@ -188,6 +188,9 @@ static BOOL CLIPBOARD_CloseClipboard(void) ...@@ -188,6 +188,9 @@ static BOOL CLIPBOARD_CloseClipboard(void)
return bRet; return bRet;
} }
/**************************************************************************
* CLIPBOARD_SetClipboardViewer
*/
static HWND CLIPBOARD_SetClipboardViewer( HWND hWnd ) static HWND CLIPBOARD_SetClipboardViewer( HWND hWnd )
{ {
HWND hwndPrev = 0; HWND hwndPrev = 0;
......
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