Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
01e82a4f
Commit
01e82a4f
authored
Oct 19, 2002
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Oct 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert MessageBox family functions to unicode.
parent
ea46fffe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
winuser.h
include/winuser.h
+3
-3
msgbox.c
windows/msgbox.c
+0
-0
No files found.
include/winuser.h
View file @
01e82a4f
...
...
@@ -2330,7 +2330,7 @@ typedef struct
INT
iContextType
;
/* Either HELPINFO_WINDOW or HELPINFO_MENUITEM */
INT
iCtrlId
;
/* Control Id or a Menu item Id. */
HANDLE
hItemHandle
;
/* hWnd of control or hMenu. */
DWORD
dwContextId
;
/* Context Id associated with this item */
DWORD
_PTR
dwContextId
;
/* Context Id associated with this item */
POINT
MousePos
;
/* Mouse Position in screen co-ordinates */
}
HELPINFO
,
*
LPHELPINFO
;
...
...
@@ -2345,7 +2345,7 @@ typedef struct
LPCSTR
lpszCaption
;
DWORD
dwStyle
;
LPCSTR
lpszIcon
;
DWORD
dwContextHelpId
;
DWORD
_PTR
dwContextHelpId
;
MSGBOXCALLBACK
lpfnMsgBoxCallback
;
DWORD
dwLanguageId
;
}
MSGBOXPARAMSA
,
*
PMSGBOXPARAMSA
,
*
LPMSGBOXPARAMSA
;
...
...
@@ -2359,7 +2359,7 @@ typedef struct
LPCWSTR
lpszCaption
;
DWORD
dwStyle
;
LPCWSTR
lpszIcon
;
DWORD
dwContextHelpId
;
DWORD
_PTR
dwContextHelpId
;
MSGBOXCALLBACK
lpfnMsgBoxCallback
;
DWORD
dwLanguageId
;
}
MSGBOXPARAMSW
,
*
PMSGBOXPARAMSW
,
*
LPMSGBOXPARAMSW
;
...
...
windows/msgbox.c
View file @
01e82a4f
This diff is collapsed.
Click to expand it.
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