mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 03:02: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:
parent
cbef90d71f
commit
65371f38c9
@ -62,10 +62,6 @@
|
|||||||
#ifndef MPLAYER_ASMMACROS_X86_H
|
#ifndef MPLAYER_ASMMACROS_X86_H
|
||||||
#define 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"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef CONFIG_DHAHELPER
|
#ifdef CONFIG_DHAHELPER
|
||||||
@ -343,6 +339,4 @@ static __inline__ void intr_enable()
|
|||||||
__asm__ __volatile__("sti");
|
__asm__ __volatile__("sti");
|
||||||
}
|
}
|
||||||
|
|
||||||
//#endif
|
|
||||||
|
|
||||||
#endif /* MPLAYER_ASMMACROS_X86_H */
|
#endif /* MPLAYER_ASMMACROS_X86_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user