mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
f527f7a973
commit
8fb735ef34
3 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
2011-06-11 Fred Kiefer <FredKiefer@gmx.de>
|
2011-06-11 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Source/NSDateFormatter.m,
|
||||||
|
* Source/NSTimeZone.m,
|
||||||
* Source\NSCalendar.m: Protect the name id.
|
* Source\NSCalendar.m: Protect the name id.
|
||||||
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,9 @@
|
||||||
#import "Foundation/NSCoder.h"
|
#import "Foundation/NSCoder.h"
|
||||||
|
|
||||||
#if defined(HAVE_UNICODE_UDAT_H)
|
#if defined(HAVE_UNICODE_UDAT_H)
|
||||||
|
#define id id_ucal
|
||||||
#include <unicode/udat.h>
|
#include <unicode/udat.h>
|
||||||
|
#undef id
|
||||||
#endif
|
#endif
|
||||||
#if defined(HAVE_UNICODE_UDATPG_H)
|
#if defined(HAVE_UNICODE_UDATPG_H)
|
||||||
#include <unicode/udatpg.h>
|
#include <unicode/udatpg.h>
|
||||||
|
|
|
@ -120,7 +120,9 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_UNICODE_UCAL_H)
|
#if defined(HAVE_UNICODE_UCAL_H)
|
||||||
|
#define id id_ucal
|
||||||
#include <unicode/ucal.h>
|
#include <unicode/ucal.h>
|
||||||
|
#undef id
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
NSString * const NSSystemTimeZoneDidChangeNotification
|
NSString * const NSSystemTimeZoneDidChangeNotification
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue