We must include windef.h before wtypes.h (directly or indirectly).
[wine] / dlls / commdlg / filedlgbrowser.c
2000-11-08  Francois GougetWe must include windef.h before wtypes.h (directly...
2000-11-01  Juergen SchmiedBetter handling of custom templates and hooks.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-03  Alexandre JulliardAdded guiddef.h and moved a few GUID definitions to...
2000-06-16  Juergen Schmied- better error check when importing functions via GetPr...
2000-06-02  Juergen Schmied- Rewrite of the shell related parts of the dialog...
2000-04-23  Alexandre JulliardRemoved a few inter-dll dependencies.
2000-02-20  Alexandre JulliardCorel merge:
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-30  Francois GougetThe COM virtual tables must use the
1999-11-12  Juergen SchmiedMade the buttons in the filedlg change when selecting...
1999-11-07  Ulrich CzekallaImplementation of custom dialog messages and notifications.
1999-10-13  Juergen SchmiedRemoved linking by GetProcAddress for StrRetToBuf sinc...
1999-09-20  Patrik StridvallFixed ANSI C violations.
1999-09-19  Francois BoisvertAdded small feature in the file dialog.
1999-09-03  Francois BoisvertSome <open> features in the file dialog 95.
1999-08-21  Francois BoisvertImplemented basic browsing in the file name edit of...
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-28  Juergen SchmiedFixed use of StrRetToStrN.
1999-07-27  Francois BoisvertImplemented the Win95 file open/save dialogs.