#include "nsStringGlue.h"
#include "nsSystemTrayServiceWin.h"
#include "gfxImageSurface.h"
#include "imgIContainer.h"
#include "imgIDecoder.h"
#include "nsAutoPtr.h"
#include "nsComponentManagerUtils.h"
#include "nsMemory.h"
#include "nsIBaseWindow.h"
#include "nsIBufferedStreams.h"
#include "nsIChannel.h"
#include "nsIContent.h"
#include "nsIDocShell.h"
#include "nsIDocument.h"
#include "nsIDOMAbstractView.h"
#include "nsIDOMDocument.h"
#include "nsIDOMDocumentEvent.h"
#include "nsIDOMDocumentView.h"
#include "nsIDOMDOMImplementation.h"
#include "nsIDOMDocumentType.h"
#include "nsIDOMElement.h"
#include "nsIDOMEvent.h"
#include "nsIDOMEventTarget.h"
#include "nsIDOMMouseEvent.h"
#include "nsIDOMNodeList.h"
#include "nsIDOMWindow.h"
#include "nsIInterfaceRequestor.h"
#include "nsIInterfaceRequestorUtils.h"
#include "nsIIOService.h"
#include "nsIPresShell.h"
#include "nsIWidget.h"
#include "nsIWindowUtil.h"
#include "nsIURI.h"
#include "nsIXULDocument.h"
#include "nsIXULWindow.h"
#include "nsServiceManagerUtils.h"
#include "nsIImageToBitmap.h"
#include <tchar.h>
Go to the source code of this file.
#define MK_ENSURE_NATIVE |
( |
|
res | ) |
|
Value:PR_BEGIN_MACRO \
NS_ENSURE_TRUE(0 != res || 0 == ::GetLastError(), \
PR_END_MACRO
Definition at line 93 of file nsSystemTrayServiceWin.cpp.
#define MK_ERROR_OFFSET (0xE0000000 + (__LINE__ * 0x10000)) |
#define WM_TRAYICON (WM_USER + 0x17b6) |
PRUint32 numberOfCallsIntoWindowProc = 0 |
|
static |