[patch] exception.h: Add no op for exceptions by default when cross building with wines headers

John Klehm xixsimplicityxix at gmail.com
Mon Apr 7 10:39:11 CDT 2008


No op exceptions handled in the case:

defined(__MINGW32__) && ! defined(USE_COMPILER_EXCEPTIONS).

 The eventual support for compiler exceptions can then go in separate
 case: defined(__MINGW32__) && defined(USE_COMPILER_EXCEPTIONS)

 Patch attached implementing Rob S suggestions.

 --John
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-exception.h-Add-no-op-exception-definitions-for.patch.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080407/44607c76/attachment.txt 


More information about the wine-patches mailing list