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
f2963aeb
Commit
f2963aeb
authored
Nov 18, 2003
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Nov 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make national (hot)keys work in menus. Make menu code use unicode APIs.
parent
a63270f1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
menu.c
controls/menu.c
+0
-0
controls.h
dlls/user/controls.h
+2
-1
No files found.
controls/menu.c
View file @
f2963aeb
This diff is collapsed.
Click to expand it.
dlls/user/controls.h
View file @
f2963aeb
...
...
@@ -25,7 +25,8 @@
#include "winproc.h"
/* Built-in class names (see _Undocumented_Windows_ p.418) */
#define POPUPMENU_CLASS_ATOM MAKEINTATOMA(32768)
/* PopupMenu */
#define POPUPMENU_CLASS_ATOMA MAKEINTATOMA(32768)
/* PopupMenu */
#define POPUPMENU_CLASS_ATOMW MAKEINTATOMW(32768)
/* PopupMenu */
#define DESKTOP_CLASS_ATOM MAKEINTATOMA(32769)
/* Desktop */
#define DIALOG_CLASS_ATOMA MAKEINTATOMA(32770)
/* Dialog */
#define DIALOG_CLASS_ATOMW MAKEINTATOMW(32770)
/* Dialog */
...
...
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