Don't use stdole32.tlb.
Seems that this is the problem that made midl fail. Maybe not. Yesterday it was all about VARIANT, which has no effect today. Let's see what tomorrow will bring :-?

svn path=/branches/cmake-bringup/; revision=49860
This commit is contained in:
Timo Kreuzer 2010-11-29 14:43:30 +00:00
parent 434632f5ca
commit dbf57f9949

View file

@ -254,7 +254,9 @@ interface IGuideDataLoader : IUnknown
]
library PSISLOADLib
{
#ifndef __midl
importlib("stdole32.tlb");
#endif
importlib("stdole2.tlb");
[