From 3568260958e0cf1f4b17e705d59da99c16c02821 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Thu, 7 May 1998 16:51:43 -0700
Subject: [PATCH] fixed to work on NT

Rev: src/modules/Gz/zlibmod.c:1.21
---
 src/modules/Gz/zlibmod.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/modules/Gz/zlibmod.c b/src/modules/Gz/zlibmod.c
index 3488ffd59c..db5e04cf5f 100644
--- a/src/modules/Gz/zlibmod.c
+++ b/src/modules/Gz/zlibmod.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: zlibmod.c,v 1.20 1998/04/29 23:17:24 grubba Exp $");
+RCSID("$Id: zlibmod.c,v 1.21 1998/05/07 23:51:43 hubbe Exp $");
 
 #include "zlib_machine.h"
 
@@ -39,6 +39,7 @@ struct zipper
 #define BUF 32768
 #define MAX_BUF	(64*BUF)
 
+#undef THIS
 #define THIS ((struct zipper *)(fp->current_storage))
 
 static void gz_deflate_create(INT32 args)
-- 
GitLab