This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

B20.1: Cygwin headers and egcs-1.1.1. for x86-win32



When I attempted to build an Objective-C app, gcc came up with two
warnings.
The problem it seems was in the Cygwin headers:

        :Windows32/UnicodeFunctions.h:3012:
    3012 BOOL
    3013 WINAPI
    3014 OpenPrinterW(

        :Should be:
    3012 WINBOOL

    and

        :Windows32/ASCIIFunctions.h:2992:
    2992 BOOL
    2993 WINAPI
    2994 OpenPrinterA(

        :Should be:
    2992 WINBOOL


--   
Want to unsubscribe from this list?                             
Send a message to cygwin-unsubscribe@sourceware.cygnus.com