mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CMAKE]
Add a hack for midl. Don't ask me why, but renaming IEnumVARIANT to something different globally fixes the compilation of dxsdk. someone with more idl knowledge should check that. svn path=/branches/cmake-bringup/; revision=49843
This commit is contained in:
parent
f4d65e62c9
commit
0ee737e354
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ endmacro()
|
|||
|
||||
#idl files support
|
||||
set(IDL_COMPILER midl)
|
||||
set(IDL_FLAGS /win32)
|
||||
set(IDL_FLAGS /win32 /DIEnumVARIANT=IEnumXVARIANT)
|
||||
set(IDL_HEADER_ARG /h) #.h
|
||||
set(IDL_TYPELIB_ARG /tlb) #.tlb
|
||||
set(IDL_SERVER_ARG /sstub) #.c for stub server library
|
||||
|
|
Loading…
Reference in a new issue