Bug 508760 - Remove MSVC6 support from the tree; (Dv1) widget/src/windows/*.cpp; r=doug.turner

This commit is contained in:
Serge Gautherie 2009-08-18 00:28:15 +02:00
Родитель 46f3ed0fc4
Коммит a3652d9c81
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -71,12 +71,6 @@ char nsFilePicker::mLastUsedDirectory[MAX_PATH+1] = { 0 };
#define MAX_EXTENSION_LENGTH 10
#ifndef BIF_USENEWUI
// BIF_USENEWUI isn't defined in the platform SDK that comes with
// MSVC6.0.
#define BIF_USENEWUI 0x50
#endif
//-------------------------------------------------------------------------
//
// nsFilePicker constructor