X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:reply-to
	:references:mime-version:content-type:in-reply-to; q=dns; s=
	default; b=fb7ImQ6pKom/PzNRRODx9ZnWnmw0HRDsYWbBCagq1ld2m7AiLDj0k
	0Jxo+aJvQuqNJb2r1lvTUa4pIBXaTJLBvLkOnYLasn+ijIrGjxnjcr/pbkWMf4RI
	TWqyLkQjhBvO2iAqGqh6FUm92zGtd3JDKgiwHHAJlSbwK2NVa9Ev00=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:reply-to
	:references:mime-version:content-type:in-reply-to; s=default;
	 bh=frGbnB7ROUde9Ql0P7srlo0StDQ=; b=HPCsGNTEIIKjzXb9cS+FSu+5JIIc
	os1y1w976M2n9D24H6A1bNOSQAS/SPRa2V7YUBrFIYzOyudg4YCG8ssudr04rkHu
	u7fR1tq1i7E4wagdKobqRHd/KL/VJzDapkAkZMcdehZMBld9ibCdExDJcNVDQPan
	/pfRT0PM8brQkCs=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1
Date: Tue, 9 Apr 2013 11:24:17 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Bug in ddk headers when used from cygwin
Message-ID: <20130409092417.GL10126@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <51625CAE.2030703@cwilson.fastmail.fm> <20130408074801.GA10199@calimero.vinschen.de> <51630442.4080805@cwilson.fastmail.fm> <20130409091609.GI10126@calimero.vinschen.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <20130409091609.GI10126@calimero.vinschen.de>
User-Agent: Mutt/1.5.21 (2010-09-15)

On Apr  9 11:16, Corinna Vinschen wrote:
> On Apr  8 13:54, Charles Wilson wrote:
> > On 4/8/2013 3:48 AM, Corinna Vinschen wrote:
> > >On Apr  8 01:59, Charles Wilson wrote:
> > >>Any suggestions for a fix?
> > >
> > >Yes.  Do not use the ddk headers with Cygwin.  Not only that intrin.h is
> > >really missing(*), the ddk headers in mingw-w64 are not fit for usage in
> > >user space code.  For that reason the latest Cygwin code does not use
> > >these headers either.
> > >
> > >There are two user space headers exposing ntdll stuff, winternl.h and
> > >ntdef.h.  They partially contradict each other so they can't be used in
> > >parallel.  Usage of winternl.h is preferred.  Wintern.h isn't exactly
> > >set in stone upstream, so additions and fixes are welcome.
> > >And, as a side note, <ddk/ntstatus.h> from mingw32 became just
> > ><ntstatus.h> in mingw-w64.
> > 
> > OK, I'll try to figure out what getVolInfo was using from ddk, and
> > see if I can replicate the functionality with pure w32api non-ddk
> > stuff. I'll also have to ask the original developer what she was
> > thinking, relying on ddk internals... :-)
> 
> You can still use the same functions.  Just the header files to include
> have changed.  That's what winternl.h aand ntdef.h are for, basically,
> with ntdef.h going the way of deprecation at one point.

And, btw.,  patches to winternl.h are mostly welcome upstream.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

