Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexey Alyaev
wine
Commits
40d806dc
Commit
40d806dc
authored
10 years ago
by
Francois Gouget
Committed by
Alexandre Julliard
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
mmsystem.dll16: Mark internal symbols with hidden visibility.
parent
40d213a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dlls/mmsystem.dll16/winemm16.h
+7
-7
7 additions, 7 deletions
dlls/mmsystem.dll16/winemm16.h
with
7 additions
and
7 deletions
dlls/mmsystem.dll16/winemm16.h
+
7
−
7
View file @
40d806dc
...
...
@@ -24,7 +24,7 @@
/* mmsystem (16 bit files) only functions */
void
MMDRV_Init16
(
void
);
void
MMSYSTEM_MMTIME32to16
(
LPMMTIME16
mmt16
,
const
MMTIME
*
mmt32
);
void
MMSYSTEM_MMTIME32to16
(
LPMMTIME16
mmt16
,
const
MMTIME
*
mmt32
)
DECLSPEC_HIDDEN
;
typedef
LONG
(
*
MCIPROC16
)(
DWORD
,
HDRVR16
,
WORD
,
DWORD
,
DWORD
);
...
...
@@ -61,7 +61,7 @@ typedef enum {
MMSYSTEM_MAP_OKMEM
,
/* ok, some memory allocated, need to call UnMapMsg. to be sent to the proc. */
}
MMSYSTEM_MapType
;
extern
CRITICAL_SECTION
mmdrv_cs
;
extern
CRITICAL_SECTION
mmdrv_cs
DECLSPEC_HIDDEN
;
enum
MMSYSTEM_DriverType
{
...
...
@@ -73,11 +73,11 @@ enum MMSYSTEM_DriverType
MMSYSTDRV_MAX
};
extern
struct
mmsystdrv_thunk
*
MMSYSTDRV_AddThunk
(
DWORD
callback
,
DWORD
flags
,
enum
MMSYSTEM_DriverType
kind
);
extern
void
MMSYSTDRV_DeleteThunk
(
struct
mmsystdrv_thunk
*
thunk
);
extern
void
MMSYSTDRV_SetHandle
(
struct
mmsystdrv_thunk
*
thunk
,
void
*
h
);
extern
void
MMSYSTDRV_CloseHandle
(
void
*
h
);
extern
DWORD
MMSYSTDRV_Message
(
void
*
h
,
UINT
msg
,
DWORD_PTR
param1
,
DWORD_PTR
param2
);
extern
struct
mmsystdrv_thunk
*
MMSYSTDRV_AddThunk
(
DWORD
callback
,
DWORD
flags
,
enum
MMSYSTEM_DriverType
kind
)
DECLSPEC_HIDDEN
;
extern
void
MMSYSTDRV_DeleteThunk
(
struct
mmsystdrv_thunk
*
thunk
)
DECLSPEC_HIDDEN
;
extern
void
MMSYSTDRV_SetHandle
(
struct
mmsystdrv_thunk
*
thunk
,
void
*
h
)
DECLSPEC_HIDDEN
;
extern
void
MMSYSTDRV_CloseHandle
(
void
*
h
)
DECLSPEC_HIDDEN
;
extern
DWORD
MMSYSTDRV_Message
(
void
*
h
,
UINT
msg
,
DWORD_PTR
param1
,
DWORD_PTR
param2
)
DECLSPEC_HIDDEN
;
#define WINE_MMTHREAD_CREATED 0x4153494C
/* "BSIL" */
#define WINE_MMTHREAD_DELETED 0xDEADDEAD
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment