From f317b504eb9c535e1c24fee1b9edfa0109cec607 Mon Sep 17 00:00:00 2001 From: netcrep Date: Mon, 4 Aug 1997 20:42:57 +0000 Subject: [PATCH] Add WIN32 DLL support git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2368 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSApplication.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Headers/gnustep/gui/NSApplication.h b/Headers/gnustep/gui/NSApplication.h index d870190cd..8412deb6e 100644 --- a/Headers/gnustep/gui/NSApplication.h +++ b/Headers/gnustep/gui/NSApplication.h @@ -31,8 +31,6 @@ #include -#define USE_RUN_LOOP 0 - @class NSArray; @class NSMutableArray; @class NSString;