mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[SDK][CICERO] Replace msctf_undoc.h with msctf_undoc.idl (#8060)
Follow-up of #8057. Generally, the IDL file is a higher level than the header file. JIRA issue: CORE-19361 - Modify CMakeLists.txt. - Add sdk/include/reactos/CMakeLists.txt. - Add reactos_idls CMake target in - sdk/include/reactos/CMakeLists.txt to process IDL files. - Add reactos_idls dependency to cicero. - Delete msctf_undoc.h and add msctf_undoc.idl.
This commit is contained in:
committed by
GitHub
parent
52ca35327e
commit
1286711ac4
@@ -347,8 +347,7 @@ Enable this if the module uses typeid or dynamic_cast. You will probably need to
|
||||
add_subdirectory(sdk/include/xdk)
|
||||
add_subdirectory(sdk/include/psdk)
|
||||
add_subdirectory(sdk/include/dxsdk)
|
||||
add_subdirectory(sdk/include/reactos/wine)
|
||||
add_subdirectory(sdk/include/reactos/mc)
|
||||
add_subdirectory(sdk/include/reactos)
|
||||
add_subdirectory(sdk/include/asm)
|
||||
|
||||
if(ARCH MATCHES "64$")
|
||||
|
Reference in New Issue
Block a user