mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add rest of Sebastian's patch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33280 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9a4d790ca8
commit
549d78e403
3 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2011-06-11 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSDateFormatter.m,
|
||||
* Source/NSTimeZone.m,
|
||||
* Source\NSCalendar.m: Protect the name id.
|
||||
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
|
||||
|
|
|
@ -39,7 +39,9 @@
|
|||
#import "Foundation/NSCoder.h"
|
||||
|
||||
#if defined(HAVE_UNICODE_UDAT_H)
|
||||
#define id id_ucal
|
||||
#include <unicode/udat.h>
|
||||
#undef id
|
||||
#endif
|
||||
#if defined(HAVE_UNICODE_UDATPG_H)
|
||||
#include <unicode/udatpg.h>
|
||||
|
|
|
@ -120,7 +120,9 @@
|
|||
#endif
|
||||
|
||||
#if defined(HAVE_UNICODE_UCAL_H)
|
||||
#define id id_ucal
|
||||
#include <unicode/ucal.h>
|
||||
#undef id
|
||||
#endif
|
||||
|
||||
NSString * const NSSystemTimeZoneDidChangeNotification
|
||||
|
|
Loading…
Reference in a new issue