user32: Declare some functions static.

This commit is contained in:
Andrew Talbot 2007-01-31 20:22:01 +00:00 committed by Alexandre Julliard
parent f06c01e230
commit 29c66df45b
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;