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
9fd2c504
Commit
9fd2c504
authored
Jul 07, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 07, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32: Remove DECLSPEC_HIDDEN usage.
parent
51049c95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
advapi32_misc.h
dlls/advapi32/advapi32_misc.h
+6
-6
crypt.h
dlls/advapi32/crypt.h
+2
-2
No files found.
dlls/advapi32/advapi32_misc.h
View file @
9fd2c504
...
...
@@ -25,13 +25,13 @@
#include "winnls.h"
#include "wine/heap.h"
const
char
*
debugstr_sid
(
PSID
sid
)
DECLSPEC_HIDDEN
;
BOOL
ADVAPI_IsLocalComputer
(
LPCWSTR
ServerName
)
DECLSPEC_HIDDEN
;
BOOL
ADVAPI_GetComputerSid
(
PSID
sid
)
DECLSPEC_HIDDEN
;
const
char
*
debugstr_sid
(
PSID
sid
);
BOOL
ADVAPI_IsLocalComputer
(
LPCWSTR
ServerName
);
BOOL
ADVAPI_GetComputerSid
(
PSID
sid
);
BOOL
lookup_local_wellknown_name
(
const
LSA_UNICODE_STRING
*
,
PSID
,
LPDWORD
,
LPWSTR
,
LPDWORD
,
PSID_NAME_USE
,
BOOL
*
)
DECLSPEC_HIDDEN
;
BOOL
lookup_local_user_name
(
const
LSA_UNICODE_STRING
*
,
PSID
,
LPDWORD
,
LPWSTR
,
LPDWORD
,
PSID_NAME_USE
,
BOOL
*
)
DECLSPEC_HIDDEN
;
const
WCHAR
*
get_wellknown_privilege_name
(
const
LUID
*
)
DECLSPEC_HIDDEN
;
BOOL
lookup_local_wellknown_name
(
const
LSA_UNICODE_STRING
*
,
PSID
,
LPDWORD
,
LPWSTR
,
LPDWORD
,
PSID_NAME_USE
,
BOOL
*
);
BOOL
lookup_local_user_name
(
const
LSA_UNICODE_STRING
*
,
PSID
,
LPDWORD
,
LPWSTR
,
LPDWORD
,
PSID_NAME_USE
,
BOOL
*
);
const
WCHAR
*
get_wellknown_privilege_name
(
const
LUID
*
);
/* memory allocation functions */
...
...
dlls/advapi32/crypt.h
View file @
9fd2c504
...
...
@@ -87,9 +87,9 @@ typedef struct tagCRYPTHASH
#define MAXPROVTYPES 999
extern
unsigned
char
*
CRYPT_DEShash
(
unsigned
char
*
dst
,
const
unsigned
char
*
key
,
const
unsigned
char
*
src
)
DECLSPEC_HIDDEN
;
const
unsigned
char
*
src
);
extern
unsigned
char
*
CRYPT_DESunhash
(
unsigned
char
*
dst
,
const
unsigned
char
*
key
,
const
unsigned
char
*
src
)
DECLSPEC_HIDDEN
;
const
unsigned
char
*
src
);
struct
ustring
{
DWORD
Length
;
...
...
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