# HG changeset patch # User diego # Date 1212920078 0 # Node ID a15f6e3b669c13a12345debc0d7be84fb5295471 # Parent dcea1687ff06f4f4b862c16ad0c961b3a4996624 Remove pointless and commented-out #ifdef. diff -r dcea1687ff06 -r a15f6e3b669c vidix/sysdep/AsmMacros_x86.h --- a/vidix/sysdep/AsmMacros_x86.h Sun Jun 08 09:28:08 2008 +0000 +++ b/vidix/sysdep/AsmMacros_x86.h Sun Jun 08 10:14:38 2008 +0000 @@ -62,10 +62,6 @@ #ifndef MPLAYER_ASMMACROS_X86_H #define MPLAYER_ASMMACROS_X86_H -//#if defined (WINNT) -//#error This stuff is not ported on your system -//#else - #include "config.h" #ifdef CONFIG_DHAHELPER @@ -343,6 +339,4 @@ __asm__ __volatile__("sti"); } -//#endif - #endif /* MPLAYER_ASMMACROS_X86_H */