mshtml: Import dimm.idl and fix compilation.

This commit is contained in:
Jacek Caban 2007-10-17 15:16:21 +02:00 committed by Alexandre Julliard
parent a41cab9b52
commit 62894b488d
3 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wingdi.h"
#include "docobj.h"
#include "mshtml.h"
#include "mshtmhst.h"

View File

@ -26,7 +26,6 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "wingdi.h"
#include "commctrl.h"
#include "ole2.h"
#include "resource.h"

View File

@ -21,7 +21,7 @@
#include <olectl.h>
import "ocidl.idl";
/* import "dimm.idl"; */
import "dimm.idl";
cpp_quote("#include <olectl.h>")