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
4b045742
Commit
4b045742
authored
Apr 29, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
Apr 29, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wintrust: Mark internal symbols as hidden.
parent
974326bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
wintrust_priv.h
dlls/wintrust/wintrust_priv.h
+6
-6
No files found.
dlls/wintrust/wintrust_priv.h
View file @
4b045742
...
...
@@ -18,14 +18,14 @@
#ifndef __WINTRUST_PRIV_H__
#define __WINTRUST_PRIV_H__
void
*
WINAPI
WINTRUST_Alloc
(
DWORD
cb
)
__WINE_ALLOC_SIZE
(
1
);
void
WINAPI
WINTRUST_Free
(
void
*
p
);
BOOL
WINAPI
WINTRUST_AddStore
(
CRYPT_PROVIDER_DATA
*
data
,
HCERTSTORE
store
);
void
*
WINAPI
WINTRUST_Alloc
(
DWORD
cb
)
__WINE_ALLOC_SIZE
(
1
)
DECLSPEC_HIDDEN
;
void
WINAPI
WINTRUST_Free
(
void
*
p
)
DECLSPEC_HIDDEN
;
BOOL
WINAPI
WINTRUST_AddStore
(
CRYPT_PROVIDER_DATA
*
data
,
HCERTSTORE
store
)
DECLSPEC_HIDDEN
;
BOOL
WINAPI
WINTRUST_AddSgnr
(
CRYPT_PROVIDER_DATA
*
data
,
BOOL
fCounterSigner
,
DWORD
idxSigner
,
CRYPT_PROVIDER_SGNR
*
sgnr
);
BOOL
fCounterSigner
,
DWORD
idxSigner
,
CRYPT_PROVIDER_SGNR
*
sgnr
)
DECLSPEC_HIDDEN
;
BOOL
WINAPI
WINTRUST_AddCert
(
CRYPT_PROVIDER_DATA
*
data
,
DWORD
idxSigner
,
BOOL
fCounterSigner
,
DWORD
idxCounterSigner
,
PCCERT_CONTEXT
pCert2Add
);
BOOL
fCounterSigner
,
DWORD
idxCounterSigner
,
PCCERT_CONTEXT
pCert2Add
)
DECLSPEC_HIDDEN
;
BOOL
WINAPI
WINTRUST_AddPrivData
(
CRYPT_PROVIDER_DATA
*
data
,
CRYPT_PROVIDER_PRIVDATA
*
pPrivData2Add
);
CRYPT_PROVIDER_PRIVDATA
*
pPrivData2Add
)
DECLSPEC_HIDDEN
;
#endif
/* ndef __WINTRUST_PRIV_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