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
caae33a8
Commit
caae33a8
authored
Jul 16, 2023
by
Vitaly Lipatov
Committed by
Alexandre Julliard
Aug 16, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Use compatible file guard name (_NTSECAPI_, _NTSECPKG_).
parent
de17a77b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ntsecapi.h
include/ntsecapi.h
+3
-3
ntsecpkg.h
include/ntsecpkg.h
+3
-3
No files found.
include/ntsecapi.h
View file @
caae33a8
...
...
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _
_WINE_NTSECAPI_H
#define _
_WINE_NTSECAPI_H
#ifndef _
NTSECAPI_
#define _
NTSECAPI_
#ifndef GUID_DEFINED
# include <guiddef.h>
...
...
@@ -712,4 +712,4 @@ NTSTATUS WINAPI LsaRegisterLogonProcess(PLSA_STRING,PHANDLE,PLSA_OPERATIONAL_MOD
}
/* extern "C" */
#endif
/* defined(__cplusplus) */
#endif
/* !defined(_
_WINE_NTSECAPI_H
) */
#endif
/* !defined(_
NTSECAPI_
) */
include/ntsecpkg.h
View file @
caae33a8
...
...
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _NTSECPKG_
H
#define _NTSECPKG_
H
#ifndef _NTSECPKG_
#define _NTSECPKG_
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -511,4 +511,4 @@ typedef NTSTATUS (WINAPI *SpUserModeInitializeFn)(ULONG, PULONG,
#ifdef __cplusplus
}
#endif
#endif
/* _NTSECPKG_
H
*/
#endif
/* _NTSECPKG_ */
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