2012/10/11 Corinna Vinschen <vinsc...@redhat.com>:
> On Oct 11 18:39, Rainer Emrich wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> This patch causes an issue compiling winpthreads!
>> [...]
>> D:/x86_64-w64-trunk/mingw/include/winternl.h:513:5: error: unknown type name
>> 'DEVICE_TYPE'
>
> Sorry.  I didn't see this because winioctl.h was included as well when
> I tested that.  I see two ways to fix this:
>
> - Either change winioctl.h and winternl.h to define DEVICE_TYPE like
>   this:
>
>     #ifndef DEVICE_TYPE
>     #define DEVICE_TYPE DWORD
>     #endif

I prefer this variant.

> - Or simply change winioctl.h to use ULONG instead.
>
> Whatever is preferred.
>
>
> Corinna

Thanks,
Kai

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to