Fixes to compile shared on Windows

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10611 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-07-30 21:30:51 +00:00
parent 911b5993e8
commit 6fc3726a02
51 changed files with 527 additions and 382 deletions

View file

@ -42,6 +42,8 @@
#include <AppKit/NSPrintInfo.h>
#include <AppKit/NSPrintOperation.h>
#include <gnustep/base/GSLocale.h>
@interface NSGraphicsContext (Printing)
+ (NSGraphicsContext*) postscriptContextWithInfo: (NSDictionary*)info;