Doh! more bustage

This commit is contained in:
jgaunt%netscape.com 2002-05-11 01:15:23 +00:00
parent 6a0dda7cf5
commit f6348dc8bc
4 changed files with 3 additions and 3 deletions

View File

@ -61,6 +61,7 @@ CPPSRCS = \
nsHTMLSelectAccessible.cpp \
nsHTMLTableAccessible.cpp \
nsHTMLTextAccessible.cpp \
nsHTMLWin32ObjectAccessible.obj \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a static lib.

View File

@ -65,7 +65,6 @@ LINCS = \
-I..\..\..\layout\html\forms\public \
-I..\..\..\layout\html\forms\src \
-I..\..\..\layout\html\base\src \
-I..\..\..\widget\src\windows \
$(NULL)

View File

@ -38,7 +38,7 @@
* ***** END LICENSE BLOCK ***** */
#include "nsHTMLWin32ObjectAccessible.h"
#include "Accessible.h"
#include "nsAccessible.h"
nsHTMLWin32ObjectAccessible::nsHTMLWin32ObjectAccessible(nsIDOMNode* aNode, nsIWeakReference* aShell, PRInt32 aHwnd):
nsAccessible(aNode, aShell)

View File

@ -40,8 +40,8 @@
#ifndef _nsHTMLWin32ObjectAccessible_H_
#define _nsHTMLWin32ObjectAccessible_H_
#include "nsAccessible.h"
#include "nsIAccessibleWin32Object.h"
#include "nsAccessible.h"
struct IAccessible;