From a3652d9c81513e56558a3ab241e751f35551668e Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Tue, 18 Aug 2009 00:28:15 +0200 Subject: [PATCH] Bug 508760 - Remove MSVC6 support from the tree; (Dv1) widget/src/windows/*.cpp; r=doug.turner --- widget/src/windows/nsFilePicker.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/widget/src/windows/nsFilePicker.cpp b/widget/src/windows/nsFilePicker.cpp index 922e868901c..c10a36d0fa0 100644 --- a/widget/src/windows/nsFilePicker.cpp +++ b/widget/src/windows/nsFilePicker.cpp @@ -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