Changeset 2803 for trunk/src/user32/windlg.cpp
- Timestamp:
- Feb 16, 2000, 3:28:28 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windlg.cpp
r2668 r2803 1 /* $Id: windlg.cpp,v 1.1 5 2000-02-06 17:39:35 cbratschiExp $ */1 /* $Id: windlg.cpp,v 1.16 2000-02-16 14:28:25 sandervl Exp $ */ 2 2 /* 3 3 * Win32 dialog apis for OS/2 … … 26 26 #include <win\drive.h> 27 27 28 #define DBG_LOCALLOG DBG_windlg 29 #include "dbglocal.h" 30 28 31 static INT DIALOG_DlgDirListW( HWND hDlg, LPWSTR spec, INT idLBox, INT idStatic, UINT attrib, BOOL combo ); 29 32 static INT DIALOG_DlgDirList( HWND hDlg, LPSTR spec, INT idLBox, INT idStatic, UINT attrib, BOOL combo );
Note:
See TracChangeset
for help on using the changeset viewer.