зеркало из https://github.com/mozilla/pjs.git
# 37239
r = rusty.lynch, a = brendan OS/2 bringup continues on M16 - Change XP_PC #ifdef to have !defined XP_OS2
This commit is contained in:
Родитель
f9d2f0746e
Коммит
3ca55ed9f9
|
@ -466,7 +466,7 @@ nsresult ns4xPluginInstance::InitializePlugin(nsIPluginInstancePeer* peer)
|
|||
// pinkerton
|
||||
// relies on routine descriptors, not present in carbon. We need to fix this.
|
||||
|
||||
#ifdef XP_PC
|
||||
#if defined(XP_PC) && !defined(XP_OS2)
|
||||
// some really weird thing causes crash on
|
||||
// http://www.vw.com/autoshow/index_flash.html for optimized build
|
||||
// try/catch construction misteriously prevent it
|
||||
|
|
|
@ -466,7 +466,7 @@ nsresult ns4xPluginInstance::InitializePlugin(nsIPluginInstancePeer* peer)
|
|||
// pinkerton
|
||||
// relies on routine descriptors, not present in carbon. We need to fix this.
|
||||
|
||||
#ifdef XP_PC
|
||||
#if defined(XP_PC) && !defined(XP_OS2)
|
||||
// some really weird thing causes crash on
|
||||
// http://www.vw.com/autoshow/index_flash.html for optimized build
|
||||
// try/catch construction misteriously prevent it
|
||||
|
|
Загрузка…
Ссылка в новой задаче