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: Tatsuro MATSUOKA
Subject: Re: How do I add -D_WIN32_WINNT=0x0502 to qterminal compile flag (MinGW)
Date: Wed, 8 Feb 2012 15:05:45 +0900 (JST)

Hello

I have misled.

-D_WIN32_WINNT=0x0500

was enough for compiling.

Sorry for my carelessness

Regards

Tatsuro


--- On Tue, 2012/2/7, Michael Goffioul  wrote:

> 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]