This defines OPENFILENAME_SIZE_VERSION_400 which is used with some apps using newer windows API headers and needing to remain compatable with older implementations of GetOpenFileName
Index: commdlg.h =================================================================== RCS file: /home/wine/wine/include/commdlg.h,v retrieving revision 1.40 diff -u -r1.40 commdlg.h --- commdlg.h 28 Aug 2003 21:43:35 -0000 1.40 +++ commdlg.h 7 Jan 2004 02:43:37 -0000 @@ -121,6 +121,11 @@ DECL_WINELIB_TYPE_AW(OPENFILENAME) DECL_WINELIB_TYPE_AW(LPOPENFILENAME) +#define OPENFILENAME_SIZE_VERSION_400W 76 +#define OPENFILENAME_SIZE_VERSION_400A 76 +#define OPENFILENAME_SIZE_VERSION_400 WINELIB_NAME_AW(OPENFILENAME_SIZE_VERSION_400) + + typedef struct { NMHDR hdr;