include: Fix the wia idl imports.

This commit is contained in:
Francois Gouget 2011-12-30 09:27:27 +01:00 committed by Alexandre Julliard
parent 229fb8a447
commit 9cdc6ac0d4
2 changed files with 6 additions and 4 deletions

View File

@ -16,8 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
import "wtypes.idl";
import "objidl.idl";
import "unknwn.idl";
import "oaidl.idl";
import "propidl.idl";
interface IEnumWIA_DEV_INFO;
interface IWiaItem;

View File

@ -16,8 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
import "wtypes.idl";
import "objidl.idl";
import "unknwn.idl";
import "oaidl.idl";
import "propidl.idl";
interface IEnumWIA_DEV_INFO;
interface IWiaItem;