- 01 Jun, 2015 1 commit
-
-
Nikolay Sivov authored
-
- 24 Mar, 2015 1 commit
-
-
Nikolay Sivov authored
-
- 20 Mar, 2015 2 commits
-
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
- 25 Mar, 2014 1 commit
-
-
Nikolay Sivov authored
-
- 21 Nov, 2013 1 commit
-
-
Frédéric Delanoy authored
-
- 16 Jan, 2013 1 commit
-
-
Eric Pouech authored
-
- 13 Aug, 2012 1 commit
-
-
Jacek Caban authored
-
- 31 Oct, 2011 1 commit
-
-
Michael Stefaniuc authored
-
- 15 Dec, 2010 1 commit
-
-
Michael Stefaniuc authored
-
- 21 May, 2010 1 commit
-
-
Andrew Nguyen authored
-
- 29 Mar, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 27 Oct, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 24 Apr, 2009 1 commit
-
-
Huw Davies authored
-
- 11 Feb, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 02 Feb, 2009 1 commit
-
-
Rob Shearman authored
-
- 09 Jan, 2009 1 commit
-
-
Nikolay Sivov authored
-
- 26 Nov, 2008 1 commit
-
-
Francois Gouget authored
-
- 11 Jul, 2008 1 commit
-
-
Andrew Talbot authored
-
- 06 May, 2008 1 commit
-
-
Francois Gouget authored
-
- 29 Apr, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 28 Apr, 2008 1 commit
-
-
Rob Shearman authored
-
- 11 Apr, 2008 1 commit
-
-
Rob Shearman authored
-
- 10 Apr, 2008 1 commit
-
-
Austin English authored
-
- 01 Mar, 2008 1 commit
-
-
James Hawkins authored
-
- 16 Feb, 2008 1 commit
-
-
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.
-
- 04 Feb, 2008 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
- 07 Jan, 2008 1 commit
-
-
Rob Shearman authored
ole32: get_moniker_for_progid_display_name should fallback to using IClassFactory to get IParseDisplayName if getting it directly fails.
-
- 26 Dec, 2007 1 commit
-
-
Rob Shearman authored
rpcss: Use context handles to automatically free running object table entries if the client process quits without calling IrotRevoke.
-
- 21 Dec, 2007 1 commit
-
-
Michael Jung authored
-
- 06 Dec, 2007 1 commit
-
-
Rob Shearman authored
As per the rules for memory in RPC, the memory pointer to by object will be used during unmarshalling and previously it was uninitialised. (Thanks to Dan Kegel and his Valgrind runs for reporting this.)
-
- 12 Nov, 2007 3 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
This is because the IEnumMoniker object is supposed to free the memory passed to it, but the array of InterfaceData pointers is inside the InterfaceList memory block.
-
- 11 Sep, 2007 1 commit
-
-
Rob Shearman authored
-
- 28 Mar, 2007 1 commit
-
-
Rob Shearman authored
-
- 27 Mar, 2007 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
- 12 Mar, 2007 1 commit
-
-
Jan Zerebecki authored
Also add missing DeleteCriticalSection.
-