mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
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:
parent
5b81c06c1a
commit
a034f9becd
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue