Added clipboard interfaces. Added interface refcount debugging

This commit is contained in:
locka%iol.ie 2000-06-28 20:39:42 +00:00
Родитель f31a6fab39
Коммит 89b50fe4f2
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -71,6 +71,7 @@
#include "nsIWebProgressListener.h"
#include "nsIDocumentLoader.h"
#include "nsIContentViewer.h"
#include "nsIContentViewerEdit.h"
#include "nsIInterfaceRequestor.h"
#include "nsIPresShell.h"
#include "nsCOMPtr.h"
@ -98,11 +99,13 @@
#include "nsIDOMDocumentType.h"
#include "nsIDOMElement.h"
#include "nsIDOMEvent.h"
#include "nsIDOMMouseEvent.h"
#include "nsIDOMEventReceiver.h"
#define _WIN32_WINNT 0x0400
#define _ATL_APARTMENT_THREADED
#define _ATL_STATIC_REGISTRY
#define _ATL_DEBUG_INTERFACES
// ATL headers
#include <atlbase.h>