fix #if stuff to include xgps

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4231 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-05-09 07:27:45 +00:00
parent 5b81c06c1a
commit a034f9becd

View file

@ -94,7 +94,7 @@ void __dummy_GMAppKit_functionForLinking() {}
NSMenu* mainMenu = [self mainMenu];
[mainMenu update];
#if XDPS_BACKEND_LIBRARY || XRAW_BACKEND_LIBRARY
#if XDPS_BACKEND_LIBRARY || XRAW_BACKEND_LIBRARY || XGPS_BACKEND_LIBRARY
[mainMenu display];
#endif
@ -688,7 +688,7 @@ void __dummy_GMAppKit_functionForLinking() {}
- (void)encodeWithModelArchiver:(GMArchiver*)archiver
{
#if XDPS_BACKEND_LIBRARY || XRAW_BACKEND_LIBRARY
#if XDPS_BACKEND_LIBRARY || XRAW_BACKEND_LIBRARY || XGPS_BACKEND_LIBRARY
[super encodeWithModelArchiver:archiver];
#endif
@ -702,7 +702,7 @@ void __dummy_GMAppKit_functionForLinking() {}
- (id)initWithModelUnarchiver:(GMUnarchiver*)unarchiver
{
#if XDPS_BACKEND_LIBRARY || XRAW_BACKEND_LIBRARY
#if XDPS_BACKEND_LIBRARY || XRAW_BACKEND_LIBRARY || XGPS_BACKEND_LIBRARY
self = [super initWithModelUnarchiver:unarchiver];
#endif