mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Made loading backend more robust on windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14784 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1b95651245
commit
b1e6dbc92e
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
Tue Oct 15 02:36:32 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSApplication.m (initialize_gnustep_backend): Get the
|
||||
GSBackend class using NSClassFromString() rather than NSBundle's
|
||||
-classNamed: to make it more robust on platforms - eg MS Windows -
|
||||
which have unclear problems with dynamic loading.
|
||||
|
||||
2002-10-14 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: 0.8.2
|
||||
|
|
Loading…
Reference in a new issue