World War II German submarine simulator with advanced sound and graphics, multilanguage support, and multiplatform support. This game is planned as tactical simulation and will be as realistic as the developers' time and knowledge of physics allows. ok landry@
13 lines
490 B
Plaintext
13 lines
490 B
Plaintext
$OpenBSD: patch-src_faulthandler_h,v 1.1.1.1 2013/06/07 03:41:44 bentley Exp $
|
|
--- src/faulthandler.h.orig Sat Jun 1 11:11:17 2013
|
|
+++ src/faulthandler.h Sat Jun 1 11:11:50 2013
|
|
@@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
Win32 and MacOsX do not suppport backtracking
|
|
*/
|
|
|
|
-#if (defined (__APPLE__) && defined (__MACH__)) || defined MINGW32
|
|
+#if (defined (__APPLE__) && defined (__MACH__)) || defined MINGW32 || defined(__OpenBSD__)
|
|
|
|
#include <stdio.h>
|
|
|