[ros-diffs] [tkreuzer] 49860: [DXSDK] 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 tomorr...
tkreuzer at svn.reactos.org
tkreuzer at svn.reactos.org
Mon Nov 29 14:43:31 UTC 2010
Author: tkreuzer
Date: Mon Nov 29 14:43:30 2010
New Revision: 49860
URL: http://svn.reactos.org/svn/reactos?rev=49860&view=rev
Log:
[DXSDK]
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 :-?
Modified:
branches/cmake-bringup/include/dxsdk/bdatif.idl
Modified: branches/cmake-bringup/include/dxsdk/bdatif.idl
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/include/dxsdk/bdatif.idl?rev=49860&r1=49859&r2=49860&view=diff
==============================================================================
--- branches/cmake-bringup/include/dxsdk/bdatif.idl [iso-8859-1] (original)
+++ branches/cmake-bringup/include/dxsdk/bdatif.idl [iso-8859-1] Mon Nov 29 14:43:30 2010
@@ -254,7 +254,9 @@
]
library PSISLOADLib
{
+#ifndef __midl
importlib("stdole32.tlb");
+#endif
importlib("stdole2.tlb");
[
More information about the Ros-diffs
mailing list