mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Bug 648873 - use NS_STDCALL_FUNCPROTO; r=bzbarsky
This commit is contained in:
parent
bfff124a96
commit
ad427d8c6f
@ -75,7 +75,8 @@ static const PRUint32 kIconBitsPerPixel = kIconBitsPerComponent *
|
||||
static const PRUint32 kIconBytesPerRow = kIconWidth * kIconBitsPerPixel / 8;
|
||||
static const PRUint32 kIconBytes = kIconBytesPerRow * kIconHeight;
|
||||
|
||||
typedef nsresult (nsIDOMRect::*GetRectSideMethod)(nsIDOMCSSPrimitiveValue**);
|
||||
typedef NS_STDCALL_FUNCPROTO(nsresult, GetRectSideMethod, nsIDOMRect,
|
||||
GetBottom, (nsIDOMCSSPrimitiveValue**));
|
||||
|
||||
NS_IMPL_ISUPPORTS2(nsMenuItemIconX, imgIContainerObserver, imgIDecoderObserver)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user