Mercurial > mplayer.hg
changeset 26996:a15f6e3b669c
Remove pointless and commented-out #ifdef.
author | diego |
---|---|
date | Sun, 08 Jun 2008 10:14:38 +0000 |
parents | dcea1687ff06 |
children | 73765d84dbc8 |
files | vidix/sysdep/AsmMacros_x86.h |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 */