From 6908df9247a007a3a350dda725d606a8141b7da5 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Tue, 21 Nov 2000 18:54:22 +0100 Subject: [PATCH] Windows NT compatibility fix. Rev: src/post_modules/GTK/pgtk.h:1.18 --- src/post_modules/GTK/pgtk.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/post_modules/GTK/pgtk.h b/src/post_modules/GTK/pgtk.h index f72afdf2c1..8b2e90dd96 100644 --- a/src/post_modules/GTK/pgtk.h +++ b/src/post_modules/GTK/pgtk.h @@ -118,6 +118,10 @@ void push_pgdkobject(void *obj, struct program *def); GdkImage *gdkimage_from_pikeimage(struct object *img, int fast, GdkImage *i ); struct object *pikeimage_from_gdkimage( GdkImage *img ); +#ifdef THIS +#undef THIS +#endif + #define THIS ((struct object_wrapper *)Pike_fp->current_storage) #define THISO ((struct object_wrapper *)Pike_fp->current_storage)->obj -- GitLab