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
|
@ -279,6 +279,8 @@ typedef NSUInteger NSStringEncodingConversionOptions;
|
|||
* that of the receiver which returned them.
|
||||
* </p>
|
||||
*/
|
||||
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSString :NSObject <NSCoding, NSCopying, NSMutableCopying>
|
||||
|
||||
+ (id) string;
|
||||
|
@ -855,6 +857,7 @@ typedef NSUInteger NSStringEncodingConversionOptions;
|
|||
|
||||
@end
|
||||
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSMutableString : NSString
|
||||
|
||||
// Creating Temporary Strings
|
||||
|
@ -916,6 +919,8 @@ typedef NSUInteger NSStringEncodingConversionOptions;
|
|||
* What follows is a dummy declaration of the class to keep the compiler
|
||||
* happy.
|
||||
*/
|
||||
|
||||
GS_EXPORT_CLASS
|
||||
@interface NXConstantString : NSString
|
||||
{
|
||||
@public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue