From b7ef313b3140af0813ed0fd94b0394d202e33f06 Mon Sep 17 00:00:00 2001 From: Jean-François Micouleau Date: Mon, 7 Feb 2000 16:27:03 +0000 Subject: spoolss include definitions J.F. (This used to be commit 853a1a3027dde7608027dc78f6e15789d5fc9152) --- source3/include/smb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index f0ed34bd40..085325939f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -53,7 +53,6 @@ typedef int BOOL; #define SMB_SECONDARY_WAIT (60*1000) /* Debugging stuff */ - #include "debug.h" /* this defines the error codes that receive_smb can put in smb_read_error */ @@ -267,7 +266,7 @@ typedef smb_ucs2_t wfstring[128]; #define PIPE_NTSVCS "\\PIPE\\ntsvcs" #define PIPE_LSASS "\\PIPE\\lsass" #define PIPE_LSARPC "\\PIPE\\lsarpc" - +#define PIPE_SPOOLSS "\\PIPE\\spoolss" /* 64 bit time (100usec) since ????? - cifs6.txt, section 3.5, page 30 */ typedef struct nttime_info @@ -1604,6 +1603,7 @@ extern int chain_size; #include "smb_macros.h" +#include "nt_printing.h" #include "ntdomain.h" /* A netbios name structure. */ -- cgit