Commit 1d6bf952 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ntdll: Removed no longer used defines.

parent f0e85ee2
......@@ -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>";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment