Bug 461827. GetClassName fixup in DOM. r=blassey sr=jst

This commit is contained in:
Doug Turner 2008-11-04 07:20:44 -08:00
Родитель 05ec1c59e2
Коммит 349f19f736
1 изменённых файлов: 6 добавлений и 6 удалений

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

@ -152,16 +152,16 @@
#ifdef OJI
// HTMLAppletElement helper includes
#include "nsIJVMManager.h"
// Oh, did I mention that I hate Microsoft for doing this to me?
#ifndef WINCE
#undef GetClassName
#endif
#include "nsILiveConnectManager.h"
#include "nsIJVMPluginInstance.h"
#endif
// Oh, did I mention that I hate Microsoft for doing this to me?
#ifdef WINCE
#undef GetClassName
#endif
// HTMLOptionsCollection includes
#include "nsIDOMHTMLOptionElement.h"
#include "nsIDOMNSHTMLOptionElement.h"