mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 08:20:27 +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(hhctrl.ocx)
|
||||
add_subdirectory(hid)
|
||||
add_subdirectory(hlink) # FIXME: msvc build.
|
||||
add_subdirectory(hlink)
|
||||
add_subdirectory(hnetcfg)
|
||||
add_subdirectory(httpapi)
|
||||
add_subdirectory(iccvid)
|
||||
|
@ -180,9 +180,7 @@ add_subdirectory(softpub)
|
|||
add_subdirectory(spoolss)
|
||||
add_subdirectory(srclient)
|
||||
add_subdirectory(stdole2.tlb)
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(stdole32.tlb) # FIXME: msvc build.
|
||||
endif()
|
||||
add_subdirectory(stdole32.tlb)
|
||||
add_subdirectory(sti)
|
||||
add_subdirectory(sxs)
|
||||
add_subdirectory(syssetup)
|
||||
|
|
|
@ -61,6 +61,7 @@ library stdole
|
|||
SCODE scode;
|
||||
} EXCEPINFO;
|
||||
|
||||
#ifdef __WIDL__
|
||||
[
|
||||
odl,
|
||||
uuid(00000000-0000-0000-C000-000000000046)
|
||||
|
@ -135,4 +136,5 @@ library stdole
|
|||
HRESULT Clone(
|
||||
[out] IEnumVARIANT **ppenum);
|
||||
}
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue