Commit caae33a8 authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Alexandre Julliard

include: Use compatible file guard name (_NTSECAPI_, _NTSECPKG_).

parent de17a77b
......@@ -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_) */
......@@ -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_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment