ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src crash.c,1.12,1.13


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src crash.c,1.12,1.13
Date: Sun, 23 Mar 2003 16:48:34 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv23842

Modified Files:
        crash.c 
Log Message:


Crash facility is not yet available on Win32 port. WIll need lots of work


Index: crash.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/crash.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- crash.c     28 Jan 2003 09:27:05 -0000      1.12
+++ crash.c     23 Mar 2003 21:48:30 -0000      1.13
@@ -23,6 +23,9 @@
  *
  */
 #include "intl.h"
+#ifdef __MINGW32__
+#undef CRASH_DIALOG
+#endif
 
 #ifdef CRASH_DIALOG
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]