octave-maintainers
[Top][All Lists]
Advanced

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

Re: How do I add -D_WIN32_WINNT=0x0502 to qterminal compile flag (MinGW)


From: Michael Goffioul
Subject: Re: How do I add -D_WIN32_WINNT=0x0502 to qterminal compile flag (MinGW)
Date: Tue, 7 Feb 2012 08:58:36 +0000

On Tue, Feb 7, 2012 at 4:25 AM, Tatsuro MATSUOKA <address@hidden> wrote:
> Hello
>
> I have taken a mistake.  I have modified  DEFINES in unix { }.
>
> I have add
> DEFINES         += _WIN32_WINNT=0x0502
> in win32{}
>
> Then compile was went well.

This requirement is too high. Looking at
http://msdn.microsoft.com/en-us/library/windows/desktop/ms683175(v=vs.85).aspx,
defining as 0x0500 should be enough. If this does not work with MinGW,
then it's a problem with MinGW headers.

Michael.


reply via email to

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