mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix building Win32 classes with nonfragile ABI.
This commit is contained in:
parent
de0282fdac
commit
9f0d8d7720
3 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2020-05-13 Frederik Seiffert <frederik@algoriddim.com>
|
||||
|
||||
* Source/win32/GSFileHandle.m:
|
||||
* Source/win32/NSMessagePort.m:
|
||||
Fix building Win32 classes with nonfragile ABI.
|
||||
|
||||
2010-05-12 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Source/NSFileManager.m:
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
#endif
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#define EXPOSE_NSFileHandle_IVARS 1
|
||||
#define EXPOSE_GSFileHandle_IVARS 1
|
||||
#import "Foundation/NSObject.h"
|
||||
#import "Foundation/NSData.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
*/
|
||||
|
||||
#include "common.h"
|
||||
#define EXPOSE_NSPort_IVARS 1
|
||||
#define EXPOSE_NSMessagePort_IVARS 1
|
||||
#include "GNUstepBase/GSLock.h"
|
||||
#include "Foundation/NSArray.h"
|
||||
#include "Foundation/NSNotification.h"
|
||||
|
|
Loading…
Reference in a new issue