Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
29c66df4
Commit
29c66df4
authored
Jan 31, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Feb 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Declare some functions static.
parent
f06c01e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
comm16.c
dlls/user32/comm16.c
+1
-1
menu.c
dlls/user32/menu.c
+1
-1
No files found.
dlls/user32/comm16.c
View file @
29c66df4
...
...
@@ -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
;
...
...
dlls/user32/menu.c
View file @
29c66df4
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment