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
6051fb37
Commit
6051fb37
authored
Oct 22, 1998
by
Marcus Meissner
Committed by
Alexandre Julliard
Oct 22, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small corrections in mmio declarations.
parent
2958416d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
mmsystem.h
include/mmsystem.h
+6
-3
No files found.
include/mmsystem.h
View file @
6051fb37
...
...
@@ -1617,12 +1617,15 @@ LONG WINAPI mmioWrite32(HMMIO32,HPCSTR,LONG);
LONG
WINAPI
mmioSeek16
(
HMMIO16
,
LONG
,
INT16
);
LONG
WINAPI
mmioSeek32
(
HMMIO32
,
LONG
,
INT32
);
#define mmioSeek WINELIB_NAME(mmioSeek)
MMRESULT16
WINAPI
mmioGetInfo16
(
HMMIO16
,
MMIOINFO16
*
,
UINT16
);
MMRESULT32
WINAPI
mmioGetInfo32
(
HMMIO32
,
MMIOINFO32
*
,
UINT32
);
#define mmioGetInfo WINELIB_NAME(mmioGetInfo)
MMRESULT16
WINAPI
mmioSetInfo
(
HMMIO16
,
const
MMIOINFO16
*
,
UINT16
);
UINT16
WINAPI
mmioSetBuffer
(
HMMIO16
,
LPSTR
,
LONG
,
UINT16
);
MMRESULT16
WINAPI
mmioSetInfo16
(
HMMIO16
,
const
MMIOINFO16
*
,
UINT16
);
MMRESULT32
WINAPI
mmioSetInfo32
(
HMMIO32
,
const
MMIOINFO32
*
,
UINT32
);
#define mmioSetInfo WINELIB_NAME(mmioSetInfo)
UINT16
WINAPI
mmioSetBuffer
(
HMMIO16
,
LPSTR
,
LONG
,
UINT16
);
UINT16
WINAPI
mmioFlush16
(
HMMIO16
,
UINT16
);
UINT32
WINAPI
mmioFlush32
(
HMMIO32
,
UINT32
);
#define mmioFlush WINELIB_NAME(mmioFlush)
...
...
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