mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Merge in changes from NET-Community.
Add DLL support on Windows platforms. Numerous minor bug fixes related to Windows platforms. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2420 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aa0e1c2375
commit
2b06ef4c58
48 changed files with 2409 additions and 697 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include "NSAttributedString.h"
|
||||
#include <Foundation/NSAttributedString.h>
|
||||
#include <stdio.h>
|
||||
|
||||
void printAttrString(NSAttributedString *attrStr)
|
||||
|
@ -112,4 +112,11 @@ void testAttributedString(void)
|
|||
printAttrString(muAttrString2);
|
||||
|
||||
printAttrString([muAttrString2 attributedSubstringFromRange:NSMakeRange(10,7)]);
|
||||
}
|
||||
}
|
||||
|
||||
/* xxx umm this file needs a main */
|
||||
int
|
||||
main()
|
||||
{
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue