qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] QCOW/QCOW2 for win32


From: Kazu
Subject: Re: [Qemu-devel] QCOW/QCOW2 for win32
Date: Mon, 11 Sep 2006 14:32:50 +0900

Sent: Monday, September 11, 2006 9:28 AM Jamie Lokier wrote:


> Kazu wrote:
>> Patch.
>> http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060906-qcow.patch
> 
>>>  #ifdef QEMU_TOOL
>>> -    overlapped = 0;
>>> +    overlapped = FILE_ATTRIBUTE_NORMAL;
>>>  #else
>>>      overlapped = FILE_FLAG_OVERLAPPED;
>>>  #endif
> 
> I suspect the second value should be (FILE_ATTRIBUTE_NORMAL |
> FILE_FLAG_OVERLAPPED).  But I'm no Win32 expert.
> 

I think FILE_ATTRIBUTE_NORMAL is only used without other options.

Regards,
Kazu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]