Changeset 4610


Ignore:
Timestamp:
Nov 17, 2000, 3:34:41 PM (24 years ago)
Author:
sandervl
Message:

temporary workaround for crash in acrobat 4's file open dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/comdlg32/filedlg95.c

    r4561 r4610  
    15481548            /* first old style */
    15491549            TRACE("---\n");
     1550#ifndef __WIN32OS2__
     1551//-->> crashes Adobe Acrobat 4.0
    15501552            CallWindowProcA((WNDPROC)fodInfos->ofnInfos->lpfnHook, hwnd,
    15511553                         fodInfos->HookMsg.fileokstring, 0, (LPARAM)fodInfos->ofnInfos);
     
    15561558              goto ret;
    15571559            }
     1560#endif
    15581561          }
    15591562
Note: See TracChangeset for help on using the changeset viewer.