mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +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
|
@ -54,6 +54,7 @@ enum
|
|||
typedef NSInteger NSUserNotificationActivationType;
|
||||
|
||||
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSUserNotification : NSObject <NSCopying>
|
||||
{
|
||||
#if GS_EXPOSE(NSUserNotification)
|
||||
|
@ -93,6 +94,7 @@ typedef NSInteger NSUserNotificationActivationType;
|
|||
|
||||
GS_EXPORT NSString * const NSUserNotificationDefaultSoundName;
|
||||
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSUserNotificationCenter : NSObject
|
||||
{
|
||||
#if GS_EXPOSE(NSUserNotificationCenter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue