mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
change ifdef to detect non-gnustep
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@32799 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e0fe4ae4e3
commit
4bae7d4a63
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-04-07 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Headers/ProjectCenter/PCDefines.h
|
||||
Change ifdef to detect non-gnustep.
|
||||
|
||||
2011-04-06 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Modules/Parsers/ProjectCenter/PCParser.m [-parse]: Move the
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
//=============================================================================
|
||||
// ==== MacOS X portability defines
|
||||
//=============================================================================
|
||||
#ifndef GNUSTEP_BASE_VERSION
|
||||
#ifndef GNUSTEP
|
||||
|
||||
#define RETAIN(object) [object retain]
|
||||
#define RELEASE(object) [object release]
|
||||
|
|
Loading…
Reference in a new issue