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
24e93f29
Commit
24e93f29
authored
Jul 10, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 10, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wintab32: Remove DECLSPEC_HIDDEN usage.
parent
086e5432
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
wintab_internal.h
dlls/wintab32/wintab_internal.h
+8
-8
No files found.
dlls/wintab32/wintab_internal.h
View file @
24e93f29
...
...
@@ -147,16 +147,16 @@ typedef struct tagOPENCONTEXT
}
OPENCONTEXT
,
*
LPOPENCONTEXT
;
int
TABLET_PostTabletMessage
(
LPOPENCONTEXT
newcontext
,
UINT
msg
,
WPARAM
wParam
,
LPARAM
lParam
,
BOOL
send_always
)
DECLSPEC_HIDDEN
;
LPOPENCONTEXT
AddPacketToContextQueue
(
LPWTPACKET
packet
,
HWND
hwnd
)
DECLSPEC_HIDDEN
;
LPARAM
lParam
,
BOOL
send_always
);
LPOPENCONTEXT
AddPacketToContextQueue
(
LPWTPACKET
packet
,
HWND
hwnd
);
/* X11drv functions */
extern
int
(
CDECL
*
pLoadTabletInfo
)(
HWND
hwnddefault
)
DECLSPEC_HIDDEN
;
extern
int
(
CDECL
*
pGetCurrentPacket
)(
LPWTPACKET
packet
)
DECLSPEC_HIDDEN
;
extern
int
(
CDECL
*
pAttachEventQueueToTablet
)(
HWND
hOwner
)
DECLSPEC_HIDDEN
;
extern
UINT
(
CDECL
*
pWTInfoW
)(
UINT
wCategory
,
UINT
nIndex
,
LPVOID
lpOutput
)
DECLSPEC_HIDDEN
;
extern
int
(
CDECL
*
pLoadTabletInfo
)(
HWND
hwnddefault
);
extern
int
(
CDECL
*
pGetCurrentPacket
)(
LPWTPACKET
packet
);
extern
int
(
CDECL
*
pAttachEventQueueToTablet
)(
HWND
hOwner
);
extern
UINT
(
CDECL
*
pWTInfoW
)(
UINT
wCategory
,
UINT
nIndex
,
LPVOID
lpOutput
);
extern
HWND
hwndDefault
DECLSPEC_HIDDEN
;
extern
CRITICAL_SECTION
csTablet
DECLSPEC_HIDDEN
;
extern
HWND
hwndDefault
;
extern
CRITICAL_SECTION
csTablet
;
#endif
/* __WINE_WINTAB_INTERNAL_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