Add WIN32 DLL support

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2367 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Scott Christley 1997-08-04 20:42:56 +00:00
parent 6d89ea0b85
commit b78cc8a51f
31 changed files with 2515 additions and 462 deletions

View file

@ -41,10 +41,6 @@
static NSMutableDictionary *gnustep_gui_nsview_thread_dict = nil;
static NSRecursiveLock *gnustep_gui_nsview_lock = nil;
// NSView notifications
NSString *NSViewFrameChangedNotification = @"NSViewFrameChangedNotification";
NSString *NSViewFocusChangedNotification = @"NSViewFocusChangedNotification";
@implementation NSView
//