Sync(18): msvcrt cpp exceptions

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

 



Hi,

License: X11

ChangeLog:

  Jon Griffiths <jon_p_griffiths@yahoo.com>
  +dlls/msvcrt/cppexcept.c
    strip dump code when NO_TRACE_MSGS is defined

=====
"Don't wait for the seas to part, or messiahs to come;
 Don't you sit around and waste this chance..." - Live

jon_p_griffiths@yahoo.com

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
--- wine/dlls/msvcrt/cppexcept.c	Sat Apr 26 19:29:23 2003
+++ wine-develop/dlls/msvcrt/cppexcept.c	Sat Jul 12 17:18:36 2003
@@ -71,6 +71,11 @@
     __asm__ __volatile__("call *%0" : : "r" (func), "c" (object) : "eax", "edx", "memory" );
 }
 
+#ifdef NO_TRACE_MSGS
+#define dump_exception_type(x) do { } while(0)
+#define dump_function_descr(x) do { } while(0)
+#else
+
 static void dump_type( const cxx_type_info *type )
 {
     DPRINTF( "flags %x type %p", type->flags, type->type_info );
@@ -123,6 +128,7 @@
         }
     }
 }
+#endif /* NO_TRACE_MSGS */
 
 /* compute the this pointer for a base class of a given type */
 static void *get_this_pointer( const cxx_type_info *type, void *object )

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux