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
22daf0e2
Commit
22daf0e2
authored
Oct 20, 2009
by
Eric Pouech
Committed by
Alexandre Julliard
Oct 21, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winmm: Move the 16=>32W MCI map functions to mci16.c.
parent
ebcbdb9c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
mci16.c
dlls/winmm/mci16.c
+0
-0
message16.c
dlls/winmm/message16.c
+0
-0
winemm16.h
dlls/winmm/winemm16.h
+0
-3
No files found.
dlls/winmm/mci16.c
View file @
22daf0e2
This diff is collapsed.
Click to expand it.
dlls/winmm/message16.c
View file @
22daf0e2
This diff is collapsed.
Click to expand it.
dlls/winmm/winemm16.h
View file @
22daf0e2
...
...
@@ -61,6 +61,3 @@ typedef enum {
MMSYSTEM_MAP_OK
,
/* ok, no memory allocated. to be sent to the proc. */
MMSYSTEM_MAP_OKMEM
,
/* ok, some memory allocated, need to call UnMapMsg. to be sent to the proc. */
}
MMSYSTEM_MapType
;
extern
MMSYSTEM_MapType
MCI_MapMsg16To32W
(
WORD
,
DWORD
,
DWORD_PTR
*
);
extern
MMSYSTEM_MapType
MCI_UnMapMsg16To32W
(
WORD
,
DWORD
,
DWORD_PTR
);
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