Ignore:
Timestamp:
Feb 3, 2000, 2:27:40 PM (26 years ago)
Author:
sandervl
Message:

merged with latest wine code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comdlg32/comdlg32.cpp

    r1684 r2607  
    1 /* $Id: comdlg32.cpp,v 1.19 1999-11-10 12:18:28 phaller Exp $ */
     1/* $Id: comdlg32.cpp,v 1.20 2000-02-03 13:27:39 sandervl Exp $ */
    22
    33/*
     
    325325{
    326326  Win32WindowProc *wndproc;
    327 
     327  BOOL rc;
     328
     329  CheckCurFS();
    328330  if(lpofn->Flags & (OFN_ENABLETEMPLATE|OFN_ENABLETEMPLATEHANDLE))
    329331  {
     
    336338    iFileDlg_CleanFilterArray((LPSTR)lpofn->lpstrFilter);
    337339
    338   return(O32_GetOpenFileName(lpofn));
     340  rc = O32_GetOpenFileName(lpofn);
     341  CheckCurFS();
     342  return rc;
    339343}
    340344
Note: See TracChangeset for help on using the changeset viewer.