Commit f7597a6a authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Merge htmlstyle3.c into htmlstyle.c.

parent d2230370
...@@ -38,7 +38,6 @@ C_SRCS = \ ...@@ -38,7 +38,6 @@ C_SRCS = \
htmlselect.c \ htmlselect.c \
htmlstorage.c \ htmlstorage.c \
htmlstyle.c \ htmlstyle.c \
htmlstyle3.c \
htmlstyleelem.c \ htmlstyleelem.c \
htmlstylesheet.c \ htmlstylesheet.c \
htmltable.c \ htmltable.c \
......
...@@ -122,7 +122,6 @@ typedef enum { ...@@ -122,7 +122,6 @@ typedef enum {
} styleid_t; } styleid_t;
HRESULT HTMLStyle_Create(HTMLElement*,HTMLStyle**) DECLSPEC_HIDDEN; HRESULT HTMLStyle_Create(HTMLElement*,HTMLStyle**) DECLSPEC_HIDDEN;
void HTMLStyle3_Init(HTMLStyle*) DECLSPEC_HIDDEN;
HRESULT get_nsstyle_attr(nsIDOMCSSStyleDeclaration*,styleid_t,BSTR*,DWORD) DECLSPEC_HIDDEN; HRESULT get_nsstyle_attr(nsIDOMCSSStyleDeclaration*,styleid_t,BSTR*,DWORD) DECLSPEC_HIDDEN;
HRESULT set_nsstyle_attr(nsIDOMCSSStyleDeclaration*,styleid_t,LPCWSTR,DWORD) DECLSPEC_HIDDEN; HRESULT set_nsstyle_attr(nsIDOMCSSStyleDeclaration*,styleid_t,LPCWSTR,DWORD) DECLSPEC_HIDDEN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment