bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GSWApp and WO-names


From: David Ayers
Subject: GSWApp and WO-names
Date: Mon, 23 Sep 2002 18:35:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

Hello,

when compiling a project using WO-names, I was missing WOApp. Should it be added to GSWeb.h? (patch included)

Cheers,
Dave
Index: gnustep/dev-libs/gsweb/GSWeb.framework/GSWeb.h
===================================================================
RCS file: /cvsroot/gnustep/gnustep/dev-libs/gsweb/GSWeb.framework/GSWeb.h,v
retrieving revision 1.7
diff -u -r1.7 GSWeb.h
--- gnustep/dev-libs/gsweb/GSWeb.framework/GSWeb.h      4 Aug 2002 18:00:11 
-0000       1.7
+++ gnustep/dev-libs/gsweb/GSWeb.framework/GSWeb.h      23 Sep 2002 15:36:12 
-0000
@@ -125,6 +125,8 @@
 #define GSWComponentContent                            WOComponentContent
 #define GSWFileUpload                                  WOFileUpload
 #define GSWResourceURL                                 WOResourceURL
+
+#define GSWApp                                 WOApp
 #endif
 @class EOEditingContext;
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]