mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
* Source\NSCalendar.m: Protect the name id.
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de> git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33276 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c058c30391
commit
9a4d790ca8
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-06-11 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source\NSCalendar.m: Protect the name id.
|
||||
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
|
||||
2011-06-09 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* configure: Regenerate
|
||||
|
|
|
@ -35,7 +35,9 @@
|
|||
#import "GNUstepBase/GSLock.h"
|
||||
|
||||
#if defined(HAVE_UNICODE_UCAL_H)
|
||||
#define id ucal_id
|
||||
#include <unicode/ucal.h>
|
||||
#undef id
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue