include: Fix the wia idl imports.
This commit is contained in:
parent
229fb8a447
commit
9cdc6ac0d4
|
@ -16,8 +16,9 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import "wtypes.idl";
|
import "unknwn.idl";
|
||||||
import "objidl.idl";
|
import "oaidl.idl";
|
||||||
|
import "propidl.idl";
|
||||||
|
|
||||||
interface IEnumWIA_DEV_INFO;
|
interface IEnumWIA_DEV_INFO;
|
||||||
interface IWiaItem;
|
interface IWiaItem;
|
||||||
|
|
|
@ -16,8 +16,9 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import "wtypes.idl";
|
import "unknwn.idl";
|
||||||
import "objidl.idl";
|
import "oaidl.idl";
|
||||||
|
import "propidl.idl";
|
||||||
|
|
||||||
interface IEnumWIA_DEV_INFO;
|
interface IEnumWIA_DEV_INFO;
|
||||||
interface IWiaItem;
|
interface IWiaItem;
|
||||||
|
|
Loading…
Reference in New Issue