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
d8ce4f61
Commit
d8ce4f61
authored
Nov 08, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Nov 08, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advpack: Remove DECLSPEC_HIDDEN usage.
parent
580fb247
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
advpack_private.h
dlls/advpack/advpack_private.h
+4
-4
No files found.
dlls/advpack/advpack_private.h
View file @
d8ce4f61
...
...
@@ -21,11 +21,11 @@
#ifndef __ADVPACK_PRIVATE_H
#define __ADVPACK_PRIVATE_H
HRESULT
do_ocx_reg
(
HMODULE
hocx
,
BOOL
do_reg
,
const
WCHAR
*
flags
,
const
WCHAR
*
param
)
DECLSPEC_HIDDEN
;
LPWSTR
get_parameter
(
LPWSTR
*
params
,
WCHAR
separator
,
BOOL
quoted
)
DECLSPEC_HIDDEN
;
void
set_ldids
(
HINF
hInf
,
LPCWSTR
pszInstallSection
,
LPCWSTR
pszWorkingDir
)
DECLSPEC_HIDDEN
;
HRESULT
do_ocx_reg
(
HMODULE
hocx
,
BOOL
do_reg
,
const
WCHAR
*
flags
,
const
WCHAR
*
param
);
LPWSTR
get_parameter
(
LPWSTR
*
params
,
WCHAR
separator
,
BOOL
quoted
);
void
set_ldids
(
HINF
hInf
,
LPCWSTR
pszInstallSection
,
LPCWSTR
pszWorkingDir
);
HRESULT
launch_exe
(
LPCWSTR
cmd
,
LPCWSTR
dir
,
HANDLE
*
phEXE
)
DECLSPEC_HIDDEN
;
HRESULT
launch_exe
(
LPCWSTR
cmd
,
LPCWSTR
dir
,
HANDLE
*
phEXE
);
static
inline
char
*
strdupWtoA
(
const
WCHAR
*
str
)
{
...
...
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