1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-15 19:42:53 +00:00

Remove pointless and commented-out #ifdef.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27028 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-06-08 10:14:38 +00:00
parent cbef90d71f
commit 65371f38c9

View File

@ -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 @@ static __inline__ void intr_enable()
__asm__ __volatile__("sti");
}
//#endif
#endif /* MPLAYER_ASMMACROS_X86_H */