From 895106f07cdc99622b315c38928b565bc2718b60 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Fri, 18 Feb 2011 00:00:56 +0000 Subject: [PATCH] - Amine wins ;) svn path=/branches/cmake-bringup/; revision=50775 --- dll/win32/wuapi/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dll/win32/wuapi/CMakeLists.txt b/dll/win32/wuapi/CMakeLists.txt index 04acf9fd6a1..41182ffda56 100644 --- a/dll/win32/wuapi/CMakeLists.txt +++ b/dll/win32/wuapi/CMakeLists.txt @@ -5,8 +5,7 @@ remove_definitions(-D_WIN32_WINNT=0x502) add_definitions(-D_WIN32_WINNT=0x600) include_directories( - ${REACTOS_SOURCE_DIR}/include/reactos/wine - ${REACTOS_BINARY_DIR}/include/psdk) + ${REACTOS_SOURCE_DIR}/include/reactos/wine) spec2def(wuapi.dll wuapi.spec)