Commit 29c66df4 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

user32: Declare some functions static.

parent f06c01e2
......@@ -361,7 +361,7 @@ static void comm_waitwrite(struct DosDeviceStruct *ptr)
/*****************************************************************************
* COMM16_DCBtoDCB16 (Internal)
*/
INT16 COMM16_DCBtoDCB16(LPDCB lpdcb, LPDCB16 lpdcb16)
static INT16 COMM16_DCBtoDCB16(LPDCB lpdcb, LPDCB16 lpdcb16)
{
if(lpdcb->BaudRate<0x10000)
lpdcb16->BaudRate = lpdcb->BaudRate;
......
......@@ -440,7 +440,7 @@ static HMENU MENU_CopySysPopup(void)
* However, the real system menu handle is sometimes seen in the
* WM_MENUSELECT parameters (and Word 6 likes it this way).
*/
HMENU MENU_GetSysMenu( HWND hWnd, HMENU hPopupMenu )
static HMENU MENU_GetSysMenu( HWND hWnd, HMENU hPopupMenu )
{
HMENU hMenu;
......
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