mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
|
@ -52,6 +52,7 @@ enum {
|
|||
};
|
||||
typedef NSUInteger NSFileCoordinatorWritingOptions;
|
||||
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSFileAccessIntent : NSObject
|
||||
{
|
||||
NSURL *_url;
|
||||
|
@ -72,6 +73,7 @@ DEFINE_BLOCK_TYPE(GSDualWriteURLCallbackHandler, void, NSURL*, NSURL*);
|
|||
DEFINE_BLOCK_TYPE_NO_ARGS(GSBatchAccessorCompletionHandler, void);
|
||||
DEFINE_BLOCK_TYPE(GSBatchAccessorCompositeBlock, void, GSBatchAccessorCompletionHandler);
|
||||
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSFileCoordinator : NSObject
|
||||
{
|
||||
id _purposeIdentifier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue