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:
mkaply%us.ibm.com 2000-05-25 14:30:56 +00:00
Родитель f9d2f0746e
Коммит 3ca55ed9f9
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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