Replaced 0xC000 by symbolic constants.

This commit is contained in:
Pavel Roskin 1999-04-01 10:13:04 +00:00 committed by Alexandre Julliard
parent 64307f3cea
commit 8b221d140b
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ static LONG FILEDLG_WMInitDialog(HWND16 hWnd, WPARAM16 wParam, LPARAM lParam)
SetDlgItemTextA( hWnd, edt1, tmpstr );
/* get drive list */
*tmpstr = 0;
DlgDirListComboBoxA(hWnd, tmpstr, cmb2, 0, 0xC000);
DlgDirListComboBoxA(hWnd, tmpstr, cmb2, 0, DDL_DRIVES | DDL_EXCLUSIVE);
/* read initial directory */
if (PTR_SEG_TO_LIN(lpofn->lpstrInitialDir) != NULL)
{