X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS MIME-Version: 1.0 Date: Sat, 21 Nov 2009 21:13:39 -0500 Message-Id: Subject: [ANNOUNCEMENT] Updated: w32api-3.14-1 From: Chris Sutcliffe To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: cygwin AT cygwin DOT com X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I've made a new version of the w32api available for download. A list of what has changed can be found at the end of this email 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 AT cygwin DOT com . *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** To unsubscribe to 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: cygwin-announce-unsubscribe-YOU=YOURDOMAIN DOT COM AT cygwin DOT com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. *** CHANGES *** 2009-20-10 Chris Sutcliffe * include/shlobj.h (SHParseDisplayName): Fix definition. 2009-20-10 Chris Sutcliffe * include/w32api.h: Increment version to 3.14. * Makefile.in: Ditto. 2009-20-10 Chris Sutcliffe * include/shlobj.h (SHParseDisplayName): Define. Thanks to James Roberts-Thomson for the report. 2009-20-10 Chris Sutcliffe * include/wingdi.h (ENHMFENUMPROC): Correct definition. Thanks to Alexander Vassilev for the report. 2009-20-10 Chris Sutcliffe * include/iprtrmib.h (MIB_IPADDRROW): Correct definition. Thanks to Thomas Denk for the report. 2009-20-10 Chris Sutcliffe * include/winbase.h (UnmapViewOfFile): Correct definition. Thanks to Dimitry Sibiryakov for the report. 2009-20-10 Aleksey Chernov * include/sspi.h: Include ntsecapi.h to correct postgresql build error. 2009-20-10 Heiko Hund * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes. * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define. 2009-20-10 Michael James * include/wingdi.h (CLEARTYPE_QUALITY): Define. * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT >= 0x0501. (WM_UNICHAR,UNICODE_NOCHAR): Define. * lib/comctl32.def (DefSubclassProc AT 16,GetWindowSubclass AT 16, RemoveWindowSubclass AT 12): Add exports. * lib/gdi32.def (GetDCBrushColor AT 4,GetDCPenColor AT 4): Add exports. 2009-20-10 Jarkko Sakkinen * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP, TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE, TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN, TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA, TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT, CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow, RegisterTouchWindow, UnregisterTouchWindow): Define. * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow, RegisterTouchWindow, UnregisterTouchWindow): Define. 2009-20-10 Dmitry Potapov * include/winver.h (VerQueryValue[AW]): Correct definition. 2009-20-10 Chris Sutcliffe * include/shlobj.h (SHARD): Add enum. (SHARD_PATH): Define based on UNICODE. Thanks to Jacek Caban for the report. 2009-14-09 Chris Sutcliffe * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition. Thanks to Bruno Martinez for the report. 2009-14-09 Chris Sutcliffe * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE, IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA, SHGetIconOverlayIndex): Define. Thanks to Tim Kosse for the report. 2009-13-09 Chris Sutcliffe * include/wincon.h (AttachConsole): Correct guard. Thanks to Alexander Shaduri for the report. 2009-13-09 Robert Moerland * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition. (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define. 2009-13-09 Jacky Lai * include/winerror.h: Fix typos in macro names. 2009-13-09 Jan Nijtmans * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct definition. 2009-11-09 Chris Sutcliffe * include/winnt.h (PROCESS_SUSPEND_RESUME): Define. 2009-10-29 Charles Wilson Honor DESTDIR for winsup/mingw and winsup/w32api. Detect and report error if installation paths are win32 format, but DESTDIR is non-empty. * Makefile.in (install, uninstall): Use FLAGS_TO_PASS when invoking make in subdirs. * lib/Makefile.in (DESTDIR): Honor per convention. (need-DESTDIR-compatibility): New macro; define it and a corresponding rule. (fail-DESTDIR-compatibility): New dependency goal. (install-libraries, install-headers, uninstall-libraries, uninstall-headers): Require need-DESTDIR-compatibility. * lib/ddk/Makefile.in: Ditto. * lib/directx/Makefile.in: Ditto. 2009-10-04 Corinna Vinschen * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000. _WIN32_WINNT >= 0x0500. (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN, WRITE_RESTRICTED): Define. (IsTokenRestricted): Declare for >= Win 2000. 2009-08-30 Chris Sutcliffe * include/wtsapi32.h (WTSQuerySessionInformationA, WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory): Moved to (_WIN32_WINNT >= 0x0500) guard. (thanks to Pierre Ossman) 2009-08-09 Andy Koppe * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE, IS_SURROGATE_PAIR): Define. 2009-07-27 Corinna Vinschen * include/winnt.h (FILE_SUPPORTS_HARD_LINKS, FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID, FILE_SUPPORTS_USN_JOURNALS): Define. Add comment. * include/ddk/ntifs.h: Ditto. (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define. 2009-07-21 Corinna Vinschen * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points from here... * lib/gdo32.dll: ...to here. 2009-07-01 Corinna Vinschen * lib/comctl32.def (StrCSpnA AT 8, StrCSpnIA AT 8, StrCSpnW AT 8, StrChrA AT 8, StrChrIA AT 8, StrChrIW AT 8, StrChrW AT 8, StrCmpNA AT 12, StrCmpNIA AT 12, StrCmpNIW AT 12, StrCmpNW AT 12, StrRChrA AT 12, StrRChrIA AT 12, StrRChrW AT 12, StrRStrIA AT 12, StrRStrIW AT 12, StrStrA AT 8, StrStrIA AT 8, StrStrIW AT 8, StrStrW AT 8, StrToIntA AT 4, StrToIntW AT 4): Remove erroneously defined entry points. 2009-06-24 Corinna Vinschen * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW, WTSEnumerateSessionsA): Add function prototypes. (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs. (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add defines dependent on UNICODE setting. 2009-06-07 Corinna Vinschen * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing and vice versa. * include/ddk/ntifs.h: Ditto. * include/ddk/winddk.h: Ditto. * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage, ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined in header, but missing in lib. Omit NT4-only entry points. 2009-05-01 Chris Sutcliffe * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE, SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define. * lib/shell32.def (SHGetImageList): Define. 2009-02-18 Corinna Vinschen * winnt.h: Add Vista token security extensions. (SID_HASH_SIZE): Define. (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP, TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN, TOKEN_MANDATORY_POLICY_VALID_MASK): Define. (SID_HASH_ENTRY): Define. (struct _SID_AND_ATTRIBUTES_HASH): Define. (struct _TOKEN_LINKED_TOKEN): Define. (struct _TOKEN_MANDATORY_LABEL): Define. (struct _TOKEN_MANDATORY_POLICY): Define. (struct _TOKEN_ELEVATION): Define. (struct _TOKEN_ACCESS_INFORMATION): Define. (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token information enumeration values. 2009-02-09 Corinna Vinschen * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition from ddk/ntifs.h. 2009-02-06 Linton Miller * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition. 2009-01-19 Corinna Vinschen * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard. 2009-01-11 Henry Nestler * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile, NtSetEaFile. 2009-01-07 Corinna Vinschen * include/winbase.h (SCS_64BIT_BINARY): Define. -- Chris Sutcliffe http://emergedesktop.org -- 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