mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
2012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>
Return value, identified by 'make test'. * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort()): Return NO_ERROR in virtual definition.
This commit is contained in:
parent
b018c06fa9
commit
70284e10d0
@ -1,3 +1,10 @@
|
||||
2012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>
|
||||
|
||||
Return value, identified by 'make test'.
|
||||
|
||||
* include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort()): Return
|
||||
NO_ERROR in virtual definition.
|
||||
|
||||
2012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>
|
||||
|
||||
Remove duplicate definitions, identified by 'make test'.
|
||||
|
@ -404,7 +404,7 @@ typedef struct RectF {
|
||||
binary compatible with MSVC++ code (especially GDIPLUS.DLL of course)? */
|
||||
#ifdef __cplusplus
|
||||
struct GdiplusAbort {
|
||||
virtual HRESULT __stdcall Abort(void) {}
|
||||
virtual HRESULT __stdcall Abort(void) { return NO_ERROR; }
|
||||
};
|
||||
#else
|
||||
typedef struct GdiplusAbort GdiplusAbort; /* incomplete type */
|
||||
|
Loading…
x
Reference in New Issue
Block a user