From 2ae8c0ebb61d630efadf718ad4175b711c43e221 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 2 May 2012 22:48:35 +0000 Subject: [PATCH] [WINED3D] * Fix msvc x64 build. See issue #7032 for more details. svn path=/trunk/; revision=56480 --- reactos/dll/directx/wine/wined3d/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/reactos/dll/directx/wine/wined3d/CMakeLists.txt b/reactos/dll/directx/wine/wined3d/CMakeLists.txt index 07e77e2e8d0..7aa06016961 100644 --- a/reactos/dll/directx/wine/wined3d/CMakeLists.txt +++ b/reactos/dll/directx/wine/wined3d/CMakeLists.txt @@ -37,12 +37,6 @@ list(APPEND SOURCE wined3d_main.c ${CMAKE_CURRENT_BINARY_DIR}/wined3d.def) -if(ARCH MATCHES amd64) -list(APPEND SOURCE - powf.c - sqrtf.c) -endif() - add_library(wined3d SHARED ${SOURCE} version.rc)