From bf9be28c950a674f8d41c6f535517a81119f80e3 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 17 Nov 2000 15:58:25 +0000 Subject: Please do not use C++ comments!!! Our compiler operates in ANSI C mode and these are not valid. --- source/printing/nt_printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/printing/nt_printing.c b/source/printing/nt_printing.c index bbe01b87f6a..a0aac12c847 100644 --- a/source/printing/nt_printing.c +++ b/source/printing/nt_printing.c @@ -710,8 +710,8 @@ Version information in Microsoft files is held in a VS_VERSION_INFO structure. There are two case to be covered here: PE (Portable Executable) and NE (New Executable) files. Both files support the same INFO structure, but PE files store the signature in unicode, and NE files store it as !unicode. -****************************************************************************/ //static BOOL get_file_version(connection_struct *conn, int fd, char *fname, +****************************************************************************/ static BOOL get_file_version(files_struct *fsp, char *fname,uint32 *major, uint32 *minor) { -- cgit