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
fdb62333
Commit
fdb62333
authored
Oct 28, 2002
by
Eric Pouech
Committed by
Alexandre Julliard
Oct 28, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move MCI message mapping out of 32 bit code.
parent
894eedf5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
Makefile.in
dlls/winmm/Makefile.in
+1
-0
mci.c
dlls/winmm/mci.c
+0
-0
message16.c
dlls/winmm/message16.c
+0
-0
winemm.h
dlls/winmm/winemm.h
+4
-0
No files found.
dlls/winmm/Makefile.in
View file @
fdb62333
...
...
@@ -15,6 +15,7 @@ C_SRCS = \
joystick.c
\
lolvldrv.c
\
mci.c
\
message16.c
\
mmio.c
\
playsound.c
\
time.c
\
...
...
dlls/winmm/mci.c
View file @
fdb62333
This diff is collapsed.
Click to expand it.
dlls/winmm/message16.c
0 → 100644
View file @
fdb62333
This diff is collapsed.
Click to expand it.
dlls/winmm/winemm.h
View file @
fdb62333
...
...
@@ -268,6 +268,10 @@ void TIME_MMTimeStop(void);
/* temporary defines */
WINMM_MapType
DRIVER_MapMsg32To16
(
WORD
wMsg
,
DWORD
*
lParam1
,
DWORD
*
lParam2
);
WINMM_MapType
DRIVER_UnMapMsg32To16
(
WORD
wMsg
,
DWORD
lParam1
,
DWORD
lParam2
);
WINMM_MapType
MCI_MapMsg16To32A
(
WORD
uDevType
,
WORD
wMsg
,
DWORD
*
lParam
);
WINMM_MapType
MCI_UnMapMsg16To32A
(
WORD
uDevType
,
WORD
wMsg
,
DWORD
lParam
);
WINMM_MapType
MCI_MapMsg32ATo16
(
WORD
uDevType
,
WORD
wMsg
,
DWORD
dwFlags
,
DWORD
*
lParam
);
WINMM_MapType
MCI_UnMapMsg32ATo16
(
WORD
uDevType
,
WORD
wMsg
,
DWORD
dwFlags
,
DWORD
lParam
);
/* Global variables */
extern
LPWINE_MM_IDATA
WINMM_IData
;
...
...
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