Re: WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-28 Thread Vincent Béron
Le lun 27/10/2003 à 06:05, Mike McCormack a écrit : Hi Subhobroto, Vincent Béron wrote: } + // +char szTemp[MAX_PATH]={0}; ... Please don't use // style comments. Not all C compilers

Re: WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-27 Thread Mike McCormack
Hi Subhobroto, Vincent Béron wrote: } + // +char szTemp[MAX_PATH]={0}; ... Please don't use // style comments. Not all C compilers accept them. Please don't use any features of C++. The above

WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-26 Thread Subhobroto Sinha
Hello all I finally produced the official patch after verifying that everything is OK. This patch has been inlined as well as attached as a ZIP file, so suit yourself. All reports regaring this patch is to be sent to subhobrotosinha at yahoo.com with a proper subject prefixed by IPersistFile

Re: WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-26 Thread Vincent Béron
Le dim 26/10/2003 à 12:20, Subhobroto Sinha a écrit : Hello all Hello, This patch has been inlined as well as attached as a ZIP file, so suit yourself. Compressed patches are not the preferred way. Totally inlined is the preferred way, then plain-text attachment (no quoted-printable

WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-24 Thread Subhobroto Sinha
Hi. I finally produced the official patch after verifying that everything is OK. Thanks to Dimi for putting up a temporary diff for me meanwhile ;) This patch has been inlined as well as attached as a ZIP file, so suit yourself. All reports regaring this patch is to be sent to subhobrotosinha

Re: WineHQ: PATCH to fix IPersistFile::Load() and associated functions

2003-10-24 Thread Vincent Béron
Le ven 24/10/2003 13:21, Subhobroto Sinha a crit : Hi. I finally produced the official patch after verifying that everything is OK. Thanks to Dimi for putting up a temporary diff for me meanwhile ;) This patch has been inlined as well as attached as a ZIP file, so suit yourself.