kernel32: add stub for SetFileValidData

Alexandre Julliard julliard at winehq.org
Tue Aug 17 08:50:54 CDT 2010


Austin English <austinenglish at gmail.com> writes:

> @@ -1001,6 +1001,16 @@ error:
>  }
>  
>  /***********************************************************************
> + *           SetFileValidData   (KERNEL32.@)
> + */
> +BOOL WINAPI SetFileValidData( HANDLE hFile, LONGLONG ValidDataLength )
> +{
> +    FIXME("stub: %p, %llu\n", hFile, ValidDataLength);

You can't use %ll formats.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list