summaryrefslogtreecommitdiffstats
path: root/loader/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/win32.c')
-rw-r--r--loader/win32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/win32.c b/loader/win32.c
index 6b76284ecf..925b0b45e6 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -957,7 +957,6 @@ static void WINAPI expGetSystemInfo(SYSTEM_INFO* si)
/* mplayer's way to detect PF's */
{
#include "cpudetect.h"
- extern CpuCaps gCpuCaps;
if (gCpuCaps.hasMMX)
PF[PF_MMX_INSTRUCTIONS_AVAILABLE] = TRUE;