mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
|
@ -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…
Add table
Add a link
Reference in a new issue