https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e7054d7688e14c4a85f72c...
commit e7054d7688e14c4a85f72cac70959a101d5f976c Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Sun Oct 8 14:32:50 2017 +0100
[AMSTREAM] We don't need to define WIDL_C_INLINE_WRAPPERS here anymore. --- dll/directx/wine/amstream/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dll/directx/wine/amstream/CMakeLists.txt b/dll/directx/wine/amstream/CMakeLists.txt index 695b778ffc..b6e6b869aa 100644 --- a/dll/directx/wine/amstream/CMakeLists.txt +++ b/dll/directx/wine/amstream/CMakeLists.txt @@ -1,7 +1,5 @@
-add_definitions( - -D__WINESRC__ - -DWIDL_C_INLINE_WRAPPERS) +add_definitions(-D__WINESRC__)
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine) spec2def(amstream.dll amstream.spec)