libXt: Changes to 'master'

Jon TURNEY jturney at kemper.freedesktop.org
Wed May 20 06:01:12 PDT 2009


 src/Initialize.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 28677468c56888b18c44d71a62903d23e5c294cf
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Tue May 19 23:25:15 2009 +0100

    Cygwin/X: Build fix
    
    Commit c59dd27ecb1751f0b097046b2f892028e5a10a3e replaces __CYGWIN__ with WIN32
    in a preprocessor check, as the code is appropriate for both Cygwin and Mingw.
    
    But this isn't quite the right was to do this. Being a Win32 platform is
    Cygwin's secret shame, and WIN32 isn't actually defined to avoid turning on
    code specific to native-Win API ports
    
    (See http://www.cygwin.com/faq/faq.programming.html#faq.programming.preprocessor)
    
    Yes, this probably means WIN32 could bereplaced by __MINGW32__ everywhere in the
    X sources...



More information about the xorg-commit mailing list