Bug 748466: Sync NPAPI maemo support with npapi-sdk. r=jst

This commit is contained in:
Josh Aas 2012-04-24 16:26:48 -04:00
Родитель f4efac55ef
Коммит 2a0a94ea7d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -415,7 +415,7 @@ typedef enum {
, NPPVpluginCoreAnimationLayer = 1003 , NPPVpluginCoreAnimationLayer = 1003
#endif #endif
#if (MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6) #if defined(MOZ_PLATFORM_MAEMO) && ((MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6))
, NPPVpluginWindowlessLocalBool = 2002 , NPPVpluginWindowlessLocalBool = 2002
#endif #endif
} NPPVariable; } NPPVariable;
@ -479,7 +479,7 @@ typedef enum {
, NPNVsupportsCompositingCoreAnimationPluginsBool = 74656 /* TRUE if the browser supports , NPNVsupportsCompositingCoreAnimationPluginsBool = 74656 /* TRUE if the browser supports
CA model compositing */ CA model compositing */
#endif #endif
#if (MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6) #if defined(MOZ_PLATFORM_MAEMO) && ((MOZ_PLATFORM_MAEMO == 5) || (MOZ_PLATFORM_MAEMO == 6))
, NPNVSupportsWindowlessLocal = 2002 , NPNVSupportsWindowlessLocal = 2002
#endif #endif
} NPNVariable; } NPNVariable;