r = rusty.lynch, a = brendan
OS/2 bringup continues on M16 - Change XP_PC #ifdef to have !defined XP_OS2


git-svn-id: svn://10.0.0.236/trunk@70842 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2000-05-25 14:30:56 +00:00
parent 1555cdb946
commit 0c8a093517
2 changed files with 2 additions and 2 deletions

View File

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