This patch fixes bugzilla bug number 1001

Carl Fongheiser carlfongheiser at gmail.com
Sat Mar 17 10:16:37 CDT 2007


On 3/17/07, Dmitry Timoshkov <dmitry at codeweavers.com> wrote:
>
> "Giles Cameron" <giles at gilesfreeserv.com> wrote:
>
> > +#define STATUS_DISCONNECTED              ((NTSTATUS) 0x00000037)
> > +#define STATUS_NONEXISTENT_NET_NAME      ((NTSTATUS) 0x00000037)
> > +#define STATUS_ENDPOINT_CLOSED           ((NTSTATUS) 0x00000037)
>
> These defines don't look like proper status values, where did you find
> them from?


Indeed.  These names aren't defined in the Windows SDK, and a more typical
NTSTATUS value would be 0xc0000037, which is defined as
STATUS_PORT_DISCONNECTED.

Carl Fongheiser
carlfongheiser at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-devel/attachments/20070317/35cbcc2e/attachment.htm


More information about the wine-devel mailing list