[fpc-devel] new fields in OpenFileName

2006-12-08 Thread Vincent Snijders
Hi, Attached patch adds new fields (since _WIN32_WINNT = 0x0500) to the OPENFILENAME struct. Vincent Index: struct.inc === --- struct.inc (revision 5549) +++ struct.inc (working copy) @@ -4852,6 +4852,9 @@ lCustData

Re: [fpc-devel] new fields in OpenFileName

2006-12-08 Thread Micha Nelissen
Vincent Snijders wrote: Hi, Attached patch adds new fields (since _WIN32_WINNT = 0x0500) to the OPENFILENAME struct. This will make programs that use sizeof(OPENFILENAME) incompatible with older windows versions. (Like we already experienced with lazarus). Micha

Re: [fpc-devel] new fields in OpenFileName

2006-12-08 Thread Vincent Snijders
Micha Nelissen schreef: Vincent Snijders wrote: Hi, Attached patch adds new fields (since _WIN32_WINNT = 0x0500) to the OPENFILENAME struct. This will make programs that use sizeof(OPENFILENAME) incompatible with older windows versions. (Like we already experienced with lazarus). We will