Changeset 2607 for trunk/src/comdlg32/comdlg32.cpp
- Timestamp:
- Feb 3, 2000, 2:27:40 PM (26 years ago)
- 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 phallerExp $ */1 /* $Id: comdlg32.cpp,v 1.20 2000-02-03 13:27:39 sandervl Exp $ */ 2 2 3 3 /* … … 325 325 { 326 326 Win32WindowProc *wndproc; 327 327 BOOL rc; 328 329 CheckCurFS(); 328 330 if(lpofn->Flags & (OFN_ENABLETEMPLATE|OFN_ENABLETEMPLATEHANDLE)) 329 331 { … … 336 338 iFileDlg_CleanFilterArray((LPSTR)lpofn->lpstrFilter); 337 339 338 return(O32_GetOpenFileName(lpofn)); 340 rc = O32_GetOpenFileName(lpofn); 341 CheckCurFS(); 342 return rc; 339 343 } 340 344
Note:
See TracChangeset
for help on using the changeset viewer.