- 17 Jun, 2019 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 17 Jul, 2018 1 commit
-
-
Michael Stefaniuc authored
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 19 Sep, 2016 1 commit
-
-
Hadrien Boizard authored
Signed-off-by: Hadrien Boizard <h.boizard@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 31 Aug, 2016 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 03 Jul, 2016 1 commit
-
-
Michael Stefaniuc authored
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 30 May, 2016 1 commit
-
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 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 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-