mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Windows MSVC fixes
This commit is contained in:
parent
19c32ba0f5
commit
5c562c546f
5 changed files with 70 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#import "Testing.h"
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846264338327950288
|
||||
#endif
|
||||
|
||||
int main()
|
||||
{
|
||||
NSAutoreleasePool *pool = [NSAutoreleasePool new];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue