can't compile setup.exe

Chris Sutcliffe ir0nh34d@gmail.com
Thu Sep 2 13:53:00 GMT 2010


On 2 September 2010 09:38, Jon TURNEY wrote:
> This was broken by the recent w32api-3.15 update, which seems to have made
> those PropSheet macros C++ aware, so the global scoping operator is no
> longer needed.
>
> Patch attached to fix it, but I couldn't work out how to also get it to
> build with w32api-3.14.

#if (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 15)

should do the trick.

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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



More information about the Cygwin mailing list