commit | 1f5315c80faa9e87e22e5e4245503f848caf1401 | [log] [tgz] |
---|---|---|
author | Ove Kaaven <ovek@transgaming.com> | Thu Dec 05 20:33:07 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Dec 05 20:33:07 2002 +0000 |
tree | 8041d935df4c9fb01a71bdf7d9264add3c94f0a4 | |
parent | 75dee506aed22ba1c22a7567716b59edc5e9fbfb [diff] [blame] |
Make sure that no files except unknwn.h include wine/obj_base.h directly.
diff --git a/include/oledlg.h b/include/oledlg.h index 97a089c..0feb8e9 100644 --- a/include/oledlg.h +++ b/include/oledlg.h
@@ -24,7 +24,7 @@ #include "commdlg.h" #include "prsht.h" #include "windef.h" -#include "oleidl.h" +#include "ole2.h" #ifdef __cplusplus extern "C" {