I've made a new version of the w32api available for download. A list of what has changed is below.
To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup and answer all of the questions. If you have questions or comments, please send them to the Cygwin mailing list at: cygwin@cygwin.com . *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: [EMAIL PROTECTED] If you need more information on unsubscribing, start reading here: http://sources.redhat.com/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. Changes since 3.5-1: 2006-01-17 Chris Sutcliffe <[EMAIL PROTECTED]> * include/w32api.h: Increment version to 3.6. * Makefile.in: Ditto. 2006-01-12 Danny Smith <[EMAIL PROTECTED]> * include/wincrypt.h (WINADVAPI): Add to prototypes of advapi32.dll functions. 2006-01-12 Danny Smith <[EMAIL PROTECTED]> * include/winsock2.h (struct sockaddr_storage): Use RFC 2553 names for padding size constants. 2006-01-12 Danny Smith <[EMAIL PROTECTED]> * include/aclapi.h (WINADVAPI): Add to prototypes. * include/winreg.h (WINADVAPI): Likewise. * include/winsvc.h (WINADVAPI): Likewise. 2006-01-05 Michael Gerdau <[EMAIL PROTECTED]> * include/winbase.h (WINADVAPI): Define. 2006-01-03 Christopher Faylor <[EMAIL PROTECTED]> * include/winuser.h (CreateWindowStation): Correctly identify first argument as constant. (CreateWindowStation@): Ditto. 2006-01-03 Dimitri Papadopoulos <[EMAIL PROTECTED]> * include/uxtheme.h [_WIN32_WINNT >= 0x0501] (TMT_*, BT_*): Add constants. 2005-12-31 Corinna Vinschen <[EMAIL PROTECTED]> * include/winsock2.h: Don't define struct sockaddr_storage when building Cygwin. 2005-12-22 Danny Smith <[EMAIL PROTECTED]> * lib/ws2_32.c: New file, defining IPv6 constants. * lib/Makefile.in (SOURCES): Add ws2_32.c (EXTRA_OBJS): Add ws2_32.o. 2005-12-21 Michael Jung <[EMAIL PROTECTED]> * lib/user32.def ([EMAIL PROTECTED], [EMAIL PROTECTED]): Define. * lib/shell32.c (IID_IShellLinkDataList): Add GUID. 2005-12-12 Christopher Faylor <[EMAIL PROTECTED]> * include/winuser.h (WINSTA_ALL_ACCESS): Define. 2005-12-09 Danny Smith <[EMAIL PROTECTED]> * lib/kernel32.def (CreateFiberEx): Correct suffix. 2005-12-09 Huw Davies <[EMAIL PROTECTED]> Danny Smith <[EMAIL PROTECTED]> * lib/msxml-uuid.c: New file to generate UUIDs for MSXML interfaces. * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o. 2005-12-07 Danny Smith <[EMAIL PROTECTED]> * include/winbase.h (GetDevicePowerState): Add prototype. * lib/kernel32.def (GetDevicePowerState): Correct suffix. 2005-12-07 Brian Gunlogson <[EMAIL PROTECTED]> * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64. Define as macro if !_WIN64. (SetClassLongPtr{AW}): Likewise. (GCLP_*): Add GetClassLongPtr defines. * lib/user32.def (GetClassLongPtr{AW}): Remove stubs. (SetClassLongPtr{AW}): Likewise. 2005-11-18 Brian Gunlogson <[EMAIL PROTECTED]> * include/winuser.h (GetClassLongPtr{AW}): Add prototypes. (SetClassLongPtr{AW}): Likewise. (GCLP_*): Add GetClassLongPtr defines. * lib/user32.def (GetClassLongPtr{AW}): Add stubs. (SetClassLongPtr{AW}): Likewise. 2005-11-12 Danny Smith <[EMAIL PROTECTED]> * include/commdlg.h (OPENFILENAMEW): Add members for _WIN32_WINNT >= 0x0500. Thanks to Ricardo Dalcorsso Fodra. (OPENFILENAMEA): Modify whitespace. Ansify comment. 2005-11-12 Danny Smith <[EMAIL PROTECTED]> * include/wingdi.h (GetICMProfileA): Correct prototype. (GetICMProfileW): Likewise. Thanks to: Paul J Lucas 2005-11-04 Michael Jung <[EMAIL PROTECTED]> * lib/shell32.c (CLSID_ShellFSFolder): Add GUID. 2005-11-03 Danny Smith <[EMAIL PROTECTED]> * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData, CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx, CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs. Thanks to: F Richter <res2002 at users dot sourceforge dot net> -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/