From e7054d7688e14c4a85f72cac70959a101d5f976c Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 8 Oct 2017 14:32:50 +0100 Subject: [PATCH] [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 695b778ffc6..b6e6b869aa8 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)