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
f54646d7
Commit
f54646d7
authored
Jul 29, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Aug 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setupapi: Remove DECLSPEC_HIDDEN usage.
parent
90081ca8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
setupapi_private.h
dlls/setupapi/setupapi_private.h
+8
-8
No files found.
dlls/setupapi/setupapi_private.h
View file @
f54646d7
...
...
@@ -45,7 +45,7 @@
#define PNF_HEADER L"Wine PNF header\n"
extern
HINSTANCE
SETUPAPI_hInstance
DECLSPEC_HIDDEN
;
extern
HINSTANCE
SETUPAPI_hInstance
;
static
inline
char
*
strdupWtoA
(
const
WCHAR
*
str
)
{
...
...
@@ -82,9 +82,9 @@ char * WINAPI UnicodeToMultiByte( const WCHAR *str, UINT code_page ) __WINE_DEA
/* string substitutions */
struct
inf_file
;
extern
const
WCHAR
*
DIRID_get_string
(
int
dirid
)
DECLSPEC_HIDDEN
;
extern
const
WCHAR
*
PARSER_get_inf_filename
(
HINF
hinf
)
DECLSPEC_HIDDEN
;
extern
WCHAR
*
PARSER_get_dest_dir
(
INFCONTEXT
*
context
)
DECLSPEC_HIDDEN
;
extern
const
WCHAR
*
DIRID_get_string
(
int
dirid
);
extern
const
WCHAR
*
PARSER_get_inf_filename
(
HINF
hinf
);
extern
WCHAR
*
PARSER_get_dest_dir
(
INFCONTEXT
*
context
);
/* support for ANSI queue callback functions */
...
...
@@ -94,11 +94,11 @@ struct callback_WtoA_context
PSP_FILE_CALLBACK_A
orig_handler
;
};
UINT
CALLBACK
QUEUE_callback_WtoA
(
void
*
context
,
UINT
notification
,
UINT_PTR
,
UINT_PTR
)
DECLSPEC_HIDDEN
;
UINT
CALLBACK
QUEUE_callback_WtoA
(
void
*
context
,
UINT
notification
,
UINT_PTR
,
UINT_PTR
);
extern
OSVERSIONINFOW
OsVersionInfo
DECLSPEC_HIDDEN
;
extern
OSVERSIONINFOW
OsVersionInfo
;
extern
BOOL
create_fake_dll
(
const
WCHAR
*
name
,
const
WCHAR
*
source
)
DECLSPEC_HIDDEN
;
extern
void
cleanup_fake_dlls
(
void
)
DECLSPEC_HIDDEN
;
extern
BOOL
create_fake_dll
(
const
WCHAR
*
name
,
const
WCHAR
*
source
);
extern
void
cleanup_fake_dlls
(
void
);
#endif
/* __SETUPAPI_PRIVATE_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