mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:35:59 +00:00
[CMAKE]
Remove the old global strict_context_handle hack svn path=/branches/cmake-bringup/; revision=49842
This commit is contained in:
parent
fd2a3657cb
commit
f4d65e62c9
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 /Dstrict_context_handle=)
|
||||
set(IDL_FLAGS /win32)
|
||||
set(IDL_HEADER_ARG /h) #.h
|
||||
set(IDL_TYPELIB_ARG /tlb) #.tlb
|
||||
set(IDL_SERVER_ARG /sstub) #.c for stub server library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue