mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Update for deprecating windows specific method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7087d02211
commit
8c87fa2a6d
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
|||
allocation/release.
|
||||
* Source/win32/GSRunLoopWatcher.m: update header path.
|
||||
* Source/win32/NSRunLoopWin32.m: update header path.
|
||||
Deprecate addMsgTarget:withMethod:forMode: as our code for the original
|
||||
addEvent:type:watcher:forMode: can be much more efficient if we don't
|
||||
support that extension. We need to use addEvent:type:watcher:forMode:
|
||||
if we want to implement NSMessagePort using windows messages.
|
||||
if we don't support that as well as the o
|
||||
* Source/win32/NSUserDefaultsWin32.m: update header path.
|
||||
|
||||
2005-10-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
|
Loading…
Reference in a new issue