1. 10 Dec, 2012 1 commit
  2. 13 Sep, 2012 1 commit
  3. 13 Jun, 2012 2 commits
  4. 06 Jun, 2012 1 commit
  5. 28 Dec, 2011 1 commit
  6. 20 Dec, 2011 2 commits
  7. 06 Sep, 2011 1 commit
  8. 21 Jul, 2009 1 commit
  9. 20 Jul, 2009 2 commits
  10. 12 Nov, 2008 1 commit
  11. 23 Oct, 2008 1 commit
  12. 21 Oct, 2008 1 commit
  13. 15 Oct, 2008 1 commit
  14. 22 Apr, 2008 1 commit
  15. 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
  16. 27 Dec, 2007 1 commit
  17. 02 Jul, 2007 2 commits
  18. 03 Oct, 2006 2 commits
  19. 26 Sep, 2006 1 commit
  20. 23 May, 2006 1 commit
  21. 18 Apr, 2006 2 commits