1. 28 Dec, 2011 1 commit
  2. 20 Dec, 2011 2 commits
  3. 06 Sep, 2011 1 commit
  4. 21 Jul, 2009 1 commit
  5. 20 Jul, 2009 2 commits
  6. 12 Nov, 2008 1 commit
  7. 23 Oct, 2008 1 commit
  8. 21 Oct, 2008 1 commit
  9. 15 Oct, 2008 1 commit
  10. 22 Apr, 2008 1 commit
  11. 16 Feb, 2008 1 commit
    • Rob Shearman's avatar
      Don't use GetExceptionCode and GetExceptionInformation in exception filter functions. · a82f4dd9
      Rob Shearman authored
      When using native compiler exceptions, it isn't valid to use 
      GetExceptionCode and GetExceptionInformation anywhere other than in the 
      filter or handler blocks since it would be very hard for the compiler to 
      work out where to retrieve the exception information from on the stack.
      
      Therefore, remove the WINE_EXCEPTION_FILTER and WINE_FINALLY_FUNC macros 
      which enabled GetExceptionCode, GetExceptionInformation and 
      AbnormalTermination to be used inside of the functions they declared and 
      fix up all callers to access the information directly.
      a82f4dd9
  12. 27 Dec, 2007 1 commit
  13. 02 Jul, 2007 2 commits
  14. 03 Oct, 2006 2 commits
  15. 26 Sep, 2006 1 commit
  16. 23 May, 2006 1 commit
  17. 18 Apr, 2006 2 commits