Windows MSVC fixes

This commit is contained in:
Frederik Seiffert 2021-02-08 22:19:41 +01:00 committed by Frederik Seiffert
parent 19c32ba0f5
commit 5c562c546f
5 changed files with 70 additions and 2 deletions

View file

@ -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];