Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm

This commit is contained in:
Mark Capella
2012-02-23 01:33:19 +01:00
parent 950ad38c87
commit 590ec2e743
24 changed files with 5 additions and 122 deletions

View File

@@ -776,7 +776,7 @@ PluginModuleParent::NP_Initialize(NPNetscapeFuncs* bFuncs, NPError* error)
if (!CallNP_Initialize(error))
return NS_ERROR_FAILURE;
#if defined XP_WIN && MOZ_WINSDK_TARGETVER >= MOZ_NTDDI_LONGHORN
#if defined XP_WIN
// Send the info needed to join the chrome process's audio session to the
// plugin process
nsID id;