2008/4/29 Vitaly Perov <[EMAIL PROTECTED]>:
> [EMAIL PROTECTED] : cabinet: Revert "cabinet: Fix for FDICopy with an
> empty cabinet file."
> > Hi,
> >
> > The test was incorrect and failed on all platforms. Vitaly, please
> > ask someone to test your patches on a real windows system in the
Hi,
> Hi,
>
> The test was incorrect and failed on all platforms. Vitaly, please
> ask someone to test your patches on a real windows system in the
> future if you don't have access to one.
I have never received this message. I found it by chance in the comment of
Reece Dunn.
Does the probl
2008/4/5 Vitaly Perov <[EMAIL PROTECTED]>:
> This test checks if function FDICopy() of cabinet.dll correctly works with an
> empty cabinet file (It's correct cab-file, but it has no files and folders
> inside).
> In this case Windows return TRUE, but WINE return FALSE. So the installation
> of
2008/4/1 Vitaly Perov <[EMAIL PROTECTED]>:
> This test checks if function FDICopy() of cabinet.dll correctly works with an
> empty cabinet file (It's correct cab-file, but it has no files and folders
> inside).
> In this case Windows return TRUE, but WINE return FALSE. So the installation
> of
"Vitaly Perov" <[EMAIL PROTECTED]> wrote:
> +void CreateEmptyCab(void)
> +{
> +static char file_array [] = {77, 83, 67, 70, 0, 0, 0, 0, 36, 0, 0, 0, 0,
> 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 3, 1,
> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
It should be 'static const char' ?
> +FILE* fp;
> +int
Did you forget the patch?