mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Support building on Windows with Clang MSVC target
This commit is contained in:
parent
ece6fc97ff
commit
61709e6101
174 changed files with 991 additions and 320 deletions
|
@ -41,6 +41,7 @@ extern "C" {
|
|||
@class NSString;
|
||||
@class NSURL;
|
||||
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSFileHandle : NSObject
|
||||
|
||||
// Allocating and Initializing a FileHandle Object
|
||||
|
@ -163,6 +164,7 @@ GS_EXPORT NSString * const NSFileHandleNotificationMonitorModes;
|
|||
*/
|
||||
GS_EXPORT NSString * const NSFileHandleOperationException;
|
||||
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSPipe : NSObject
|
||||
{
|
||||
#if GS_EXPOSE(NSPipe)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue