ntdll: Removed no longer used defines.

This commit is contained in:
Jacek Caban 2014-06-05 15:43:16 +02:00 committed by Alexandre Julliard
parent f0e85ee2f3
commit 1d6bf952d3
1 changed files with 0 additions and 5 deletions

View File

@ -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>";