[2/4] avifil32/tests: Initial-test-data-and-simple-test-for-avifil32-depends

Paul Vriens paul.vriens.wine at gmail.com
Sun Jan 10 04:24:23 CST 2010


On 01/10/2010 03:15 AM, Julius Schwartzenberg wrote:
> +static void create_avi_file(const COMMON_AVI_HEADERS *cah, char *filename)
> +{
> +    HANDLE hFile;
> +    DWORD written;
> +
> +    hFile = CreateFile(filename, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL);
> +
> +    ok(hFile != INVALID_HANDLE_VALUE, "Couldn't create file\n"); // GetTempFileName and GetTempPath

Hi Julius,

No C++ comment style please.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list