From c3e52ea6ca3178b7ecab4b389a9ba9269662b48f Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 15 Mar 2006 17:05:25 +0000 Subject: Further cleanups to compile with C++ compiler. svn path=/branches/BRANCH_6-3/; revision=4744 --- ntlm.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ntlm.h') diff --git a/ntlm.h b/ntlm.h index f25e416e..14696335 100644 --- a/ntlm.h +++ b/ntlm.h @@ -1,9 +1,6 @@ /* ntlm.h -- interface declarations for SMB authentication code */ -typedef unsigned short uint16; -typedef unsigned int uint32; -typedef unsigned char uint8; - +#include "smbtypes.h" /* * These structures are byte-order dependant, and should not -- cgit v1.2.3