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

R.J. Shaw kathleen@iafrica.com.na
Mon Feb 8 13:25:00 GMT 1999


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



More information about the Cygwin mailing list