mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[STDOLE32.TLB]
* The previous msvc build fix wasn't proper. Back this out until we figure out a compatible one. svn path=/trunk/; revision=56729
This commit is contained in:
parent
eb169973ff
commit
65b9ec7848
2 changed files with 3 additions and 3 deletions
|
@ -180,7 +180,9 @@ add_subdirectory(softpub)
|
|||
add_subdirectory(spoolss)
|
||||
add_subdirectory(srclient)
|
||||
add_subdirectory(stdole2.tlb)
|
||||
add_subdirectory(stdole32.tlb)
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(stdole32.tlb) # FIXME: msvc build.
|
||||
endif()
|
||||
add_subdirectory(sti)
|
||||
add_subdirectory(sxs)
|
||||
add_subdirectory(syssetup)
|
||||
|
|
|
@ -61,7 +61,6 @@ library stdole
|
|||
SCODE scode;
|
||||
} EXCEPINFO;
|
||||
|
||||
#ifdef __WIDL__
|
||||
[
|
||||
odl,
|
||||
uuid(00000000-0000-0000-C000-000000000046)
|
||||
|
@ -136,5 +135,4 @@ library stdole
|
|||
HRESULT Clone(
|
||||
[out] IEnumVARIANT **ppenum);
|
||||
}
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue