mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
[STDOLE32.TLB]
* Fix MSVC build and add the module to our build. svn path=/trunk/; revision=56720
This commit is contained in:
parent
4738aa67a5
commit
916fe2874f
2 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@ add_subdirectory(getuname)
|
||||||
add_subdirectory(glu32)
|
add_subdirectory(glu32)
|
||||||
add_subdirectory(hhctrl.ocx)
|
add_subdirectory(hhctrl.ocx)
|
||||||
add_subdirectory(hid)
|
add_subdirectory(hid)
|
||||||
add_subdirectory(hlink) # FIXME: msvc build.
|
add_subdirectory(hlink)
|
||||||
add_subdirectory(hnetcfg)
|
add_subdirectory(hnetcfg)
|
||||||
add_subdirectory(httpapi)
|
add_subdirectory(httpapi)
|
||||||
add_subdirectory(iccvid)
|
add_subdirectory(iccvid)
|
||||||
|
@ -180,9 +180,7 @@ add_subdirectory(softpub)
|
||||||
add_subdirectory(spoolss)
|
add_subdirectory(spoolss)
|
||||||
add_subdirectory(srclient)
|
add_subdirectory(srclient)
|
||||||
add_subdirectory(stdole2.tlb)
|
add_subdirectory(stdole2.tlb)
|
||||||
if(NOT MSVC)
|
add_subdirectory(stdole32.tlb)
|
||||||
add_subdirectory(stdole32.tlb) # FIXME: msvc build.
|
|
||||||
endif()
|
|
||||||
add_subdirectory(sti)
|
add_subdirectory(sti)
|
||||||
add_subdirectory(sxs)
|
add_subdirectory(sxs)
|
||||||
add_subdirectory(syssetup)
|
add_subdirectory(syssetup)
|
||||||
|
|
|
@ -61,6 +61,7 @@ library stdole
|
||||||
SCODE scode;
|
SCODE scode;
|
||||||
} EXCEPINFO;
|
} EXCEPINFO;
|
||||||
|
|
||||||
|
#ifdef __WIDL__
|
||||||
[
|
[
|
||||||
odl,
|
odl,
|
||||||
uuid(00000000-0000-0000-C000-000000000046)
|
uuid(00000000-0000-0000-C000-000000000046)
|
||||||
|
@ -135,4 +136,5 @@ library stdole
|
||||||
HRESULT Clone(
|
HRESULT Clone(
|
||||||
[out] IEnumVARIANT **ppenum);
|
[out] IEnumVARIANT **ppenum);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue