Bug 719389. (Av1) Fix "#ifdef MOZ_WINSDK_TARGETVER >= MOZ_NTDDI_LONGHORN" from bug 441197. r=khuey.

This commit is contained in:
Serge Gautherie
2012-01-23 08:02:37 +01:00
parent 8c2341696d
commit 6a44070304

View File

@@ -257,7 +257,7 @@ nsAppShell::Run(void)
nsresult rv = nsBaseAppShell::Run();
#ifdef MOZ_WINSDK_TARGETVER >= MOZ_NTDDI_LONGHORN
#if MOZ_WINSDK_TARGETVER >= MOZ_NTDDI_LONGHORN
mozilla::widget::StopAudioSession();
#endif