This commit is contained in:
dveditz%netscape.com 2000-02-10 07:09:18 +00:00
Родитель a1dbc7fb4f
Коммит 0876bcc2be
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -31,6 +31,13 @@
#include "nsIWidget.h" #include "nsIWidget.h"
#include "nsWindow.h" #include "nsWindow.h"
#if (_MSC_VER == 1100)
#define INITGUID
#include "objbase.h"
DEFINE_OLEGUID(IID_IDropTarget, 0x00000122L, 0, 0);
DEFINE_OLEGUID(IID_IUnknown, 0x00000000L, 0, 0);
#endif
#define DRAG_DEBUG 0 #define DRAG_DEBUG 0
/* Define Class IDs */ /* Define Class IDs */