(svn r2741) -Feature: [OSX] added a window to display asserts on OSX (Tobin)

This commit is contained in:
bjarni
2005-07-28 21:47:41 +00:00
parent 8677020a8b
commit a2a5593fcc
4 changed files with 32 additions and 3 deletions

1
unix.c
View File

@@ -43,7 +43,6 @@ ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)
//the mac implementation needs this file included in the same file as main()
#include <SDL.h>
#endif
#include "os/macosx/macos.h"
#endif
static char *_fios_path;