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:
Fred Kiefer 2011-06-11 15:32:37 +00:00
parent 9a4d790ca8
commit 549d78e403
3 changed files with 6 additions and 0 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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