mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Get NSTimeZone to work in GNUstep directory structure.
Add GNUstep specific method to NSBundle which will search the GNUstep directory structure for resource files. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2528 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ab180cbd8c
commit
9db12ac373
9 changed files with 378 additions and 28 deletions
|
@ -222,7 +222,7 @@ static NotificationDispatcher *default_notification_dispatcher = nil;
|
|||
/* Use NSObjectMapKeyCallBacks so we retain the NAME. We also retain
|
||||
the values, which are LinkedList's. */
|
||||
_name_2_nr_list =
|
||||
NSCreateMapTable (NSNonOwnedPointerOrNullMapKeyCallBacks,
|
||||
NSCreateMapTable (NSObjectMapKeyCallBacks,
|
||||
NSObjectMapValueCallBacks, 0);
|
||||
|
||||
/* Use NSNonOwnedPointerOrNullMapKeyCallBacks so we won't retain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue