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