2000-03-23 Mirko Viviani <mirko.viviani@rccr.cremona.it>

* GSWAdaptor/common/config.h: changed GSWAPP_EXTENSION from wa to woa.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@6368 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Mirko Viviani 2000-03-24 01:01:42 +00:00
parent ce2a032367
commit 6b5c25a70c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2000-03-23 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWAdaptor/common/config.h: changed GSWAPP_EXTENSION from wa to woa.
2000-03-20 Manuel Guesdon <mguesdon@sbuilders.com>
* GSWDebug.h: remove unused functions

View file

@ -52,7 +52,7 @@ extern "C" {
#define GSWEB_STATUS_RESPONSE_APP_NAME "status"
#if GSWEB_WONAMES
#define GSWAPP_EXTENSION ".wa"
#define GSWAPP_EXTENSION ".woa"
#else
#define GSWAPP_EXTENSION ".gswa"
#endif