Fixed comdlg32.dll under ReactOS

Start -> Run -> Browse now works in explorer even if its slow.

svn path=/trunk/; revision=7594
This commit is contained in:
Steven Edwards 2004-01-12 23:46:20 +00:00
parent aa5d25239a
commit d429625fea
5 changed files with 3 additions and 23 deletions

View file

@ -19,6 +19,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include "windef.h"

View file

@ -81,8 +81,6 @@
#include "filedlgbrowser.h"
#include "shlwapi.h"
#include "ros.h"
WINE_DEFAULT_DEBUG_CHANNEL(commdlg);
#define UNIMPLEMENTED_FLAGS \

View file

@ -36,8 +36,6 @@
#include "wine/debug.h"
#include "cderr.h"
#include "ros.h"
WINE_DEFAULT_DEBUG_CHANNEL(commdlg);
#define WINE_FONTDATA "__WINE_FONTDLGDATA"

View file

@ -46,8 +46,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(commdlg);
#include "cdlg.h"
#include "printdlg.h"
#include "ros.h"
/* Yes these constants are the same, but we're just copying win98 */
#define UPDOWN_ID 0x270f
#define MAX_COPIES 9999

View file

@ -1,17 +0,0 @@
//#define NEWFILEOPENORD 1547 /* dlgs.h */
#define OFN_DONTADDTORECENT 0x02000000
#define OFN_ENABLEINCLUDENOTIFY 0x00400000
#define SAVE_DIALOG 1 /* comdlg.h */
#define OPEN_DIALOG 2 /* comdlg.h */
#define CB_SETITEMDATA16 (WM_USER+17) /* winuser16.h */
#define NTM_PS_OPENTYPE 0x00020000 /* wingdi.h */
#define NTM_TT_OPENTYPE 0x00040000 /* wingdi.h */
#define NTM_TYPE1 0x00100000 /* wingdi.h */
#define HWND_16(h32) (LOWORD(h32)) /* wownt32.h */