Jacek Caban : ntdll: Removed no longer used defines.

Alexandre Julliard julliard at winehq.org
Wed Jun 11 13:36:24 CDT 2014


Module: wine
Branch: master
Commit: 1d6bf952d384ca0799943f193a96a7c647b32bff
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1d6bf952d384ca0799943f193a96a7c647b32bff

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Jun  5 15:43:16 2014 +0200

ntdll: Removed no longer used defines.

---

 dlls/ntdll/misc.c |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/dlls/ntdll/misc.c b/dlls/ntdll/misc.c
index 8bd4eb7..659d504 100644
--- a/dlls/ntdll/misc.c
+++ b/dlls/ntdll/misc.c
@@ -32,11 +32,6 @@
 #include "ntdll_misc.h"
 
 
-#if defined(__GNUC__) && defined(__i386__)
-#define DO_FPU(x,y) __asm__ __volatile__( x " %0;fwait" : "=m" (y) : )
-#define POP_FPU(x) DO_FPU("fstpl",x)
-#endif
-
 LPCSTR debugstr_ObjectAttributes(const OBJECT_ATTRIBUTES *oa)
 {
     if (!oa) return "<null>";




More information about the wine-cvs mailing list