mshtml: Import dimm.idl and fix compilation.
This commit is contained in:
parent
a41cab9b52
commit
62894b488d
|
@ -16,6 +16,7 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "wingdi.h"
|
||||||
#include "docobj.h"
|
#include "docobj.h"
|
||||||
#include "mshtml.h"
|
#include "mshtml.h"
|
||||||
#include "mshtmhst.h"
|
#include "mshtmhst.h"
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
#include "winuser.h"
|
#include "winuser.h"
|
||||||
#include "wingdi.h"
|
|
||||||
#include "commctrl.h"
|
#include "commctrl.h"
|
||||||
#include "ole2.h"
|
#include "ole2.h"
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#include <olectl.h>
|
#include <olectl.h>
|
||||||
|
|
||||||
import "ocidl.idl";
|
import "ocidl.idl";
|
||||||
/* import "dimm.idl"; */
|
import "dimm.idl";
|
||||||
|
|
||||||
cpp_quote("#include <olectl.h>")
|
cpp_quote("#include <olectl.h>")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue