1. 21 Apr, 2015 1 commit
  2. 23 Jun, 2014 1 commit
  3. 14 Aug, 2012 1 commit
  4. 07 Apr, 2010 1 commit
  5. 03 Jun, 2009 2 commits
  6. 01 Jun, 2009 2 commits
  7. 27 May, 2009 1 commit
  8. 16 Feb, 2009 1 commit
  9. 18 Oct, 2008 1 commit
  10. 23 Sep, 2008 1 commit
  11. 29 Apr, 2008 1 commit
  12. 21 Apr, 2008 1 commit
  13. 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
  14. 14 Dec, 2007 1 commit
  15. 04 Dec, 2007 3 commits
  16. 13 Nov, 2006 1 commit
  17. 10 Nov, 2006 1 commit
  18. 07 Sep, 2006 7 commits
  19. 23 Aug, 2006 4 commits
  20. 12 Jun, 2006 1 commit
  21. 23 May, 2006 1 commit
  22. 30 Jan, 2006 1 commit
  23. 06 Jan, 2006 1 commit
  24. 29 Nov, 2005 1 commit
  25. 26 Oct, 2005 1 commit
  26. 19 Jul, 2005 1 commit
  27. 07 Oct, 2004 1 commit