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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user