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
fcd587a8
Commit
fcd587a8
authored
Nov 29, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemac.drv: Remove DECLSPEC_HIDDEN usage.
parent
35b3ff8a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
cocoa_event.h
dlls/winemac.drv/cocoa_event.h
+2
-2
macdrv.h
dlls/winemac.drv/macdrv.h
+0
-0
macdrv_cocoa.h
dlls/winemac.drv/macdrv_cocoa.h
+0
-0
macdrv_dll.h
dlls/winemac.drv/macdrv_dll.h
+4
-4
No files found.
dlls/winemac.drv/cocoa_event.h
View file @
fcd587a8
...
...
@@ -64,5 +64,5 @@ enum {
void
OnMainThread
(
dispatch_block_t
block
);
macdrv_event
*
macdrv_create_event
(
int
type
,
WineWindow
*
window
)
DECLSPEC_HIDDEN
;
macdrv_event
*
macdrv_retain_event
(
macdrv_event
*
event
)
DECLSPEC_HIDDEN
;
macdrv_event
*
macdrv_create_event
(
int
type
,
WineWindow
*
window
);
macdrv_event
*
macdrv_retain_event
(
macdrv_event
*
event
);
dlls/winemac.drv/macdrv.h
View file @
fcd587a8
This diff is collapsed.
Click to expand it.
dlls/winemac.drv/macdrv_cocoa.h
View file @
fcd587a8
This diff is collapsed.
Click to expand it.
dlls/winemac.drv/macdrv_dll.h
View file @
fcd587a8
...
...
@@ -27,10 +27,10 @@
#include "ntgdi.h"
#include "unixlib.h"
extern
NTSTATUS
WINAPI
macdrv_dnd_query_drag
(
void
*
arg
,
ULONG
size
)
DECLSPEC_HIDDEN
;
extern
NTSTATUS
WINAPI
macdrv_dnd_query_drop
(
void
*
arg
,
ULONG
size
)
DECLSPEC_HIDDEN
;
extern
NTSTATUS
WINAPI
macdrv_dnd_query_exited
(
void
*
arg
,
ULONG
size
)
DECLSPEC_HIDDEN
;
extern
NTSTATUS
WINAPI
macdrv_dnd_query_drag
(
void
*
arg
,
ULONG
size
);
extern
NTSTATUS
WINAPI
macdrv_dnd_query_drop
(
void
*
arg
,
ULONG
size
);
extern
NTSTATUS
WINAPI
macdrv_dnd_query_exited
(
void
*
arg
,
ULONG
size
);
extern
HMODULE
macdrv_module
DECLSPEC_HIDDEN
;
extern
HMODULE
macdrv_module
;
#endif
/* __WINE_MACDRV_DLL_H */
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