From b740d8299ead78730cf5e0a0a6c5ecd25dd25e1a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 14 Mar 2000 03:18:33 +0000 Subject: Spotted error in #ifndef _XXX #define _XXX #endif thing. --- source/include/rpc_ntlmssp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/include/rpc_ntlmssp.h b/source/include/rpc_ntlmssp.h index 7660c623b25..c37b9b48ecc 100644 --- a/source/include/rpc_ntlmssp.h +++ b/source/include/rpc_ntlmssp.h @@ -21,7 +21,7 @@ */ #ifndef _RPC_NTLMSSP_H /* RPC_NTLMSSP_H */ -#define RPC_NTLMSSP_H +#define _RPC_NTLMSSP_H #include "rpc_misc.h" /* this only pulls in STRHDR */ @@ -118,4 +118,3 @@ typedef struct rpc_auth_ntlmssp_chk_info } RPC_AUTH_NTLMSSP_CHK; #endif /* RPC_NTLMSSP_H */ - -- cgit