This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ANNOUNCEMENT] Updated: w32api-3.14-1


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@cygwin.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.COM@cygwin.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  <ir0nh34d@users.sourceforge.net>

	* include/shlobj.h (SHParseDisplayName): Fix definition.

2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>

	* include/w32api.h: Increment version to 3.14.
	* Makefile.in: Ditto.

2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

	* include/shlobj.h (SHParseDisplayName): Define.

	Thanks to James Roberts-Thomson for the report.

2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>

	* include/wingdi.h (ENHMFENUMPROC): Correct definition.

	Thanks to Alexander Vassilev for the report.

2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

	* include/iprtrmib.h (MIB_IPADDRROW): Correct definition.

	Thanks to Thomas Denk for the report.

2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

	* include/winbase.h (UnmapViewOfFile): Correct definition.

	Thanks to Dimitry Sibiryakov for the report.

2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>

	* include/sspi.h: Include ntsecapi.h to correct postgresql build error.

2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>

	* include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
	* lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.

2009-20-10  Michael James  <james.me@gmail.com>

	* 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@16,GetWindowSubclass@16,
	RemoveWindowSubclass@12): Add exports.
	* lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.

2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>

	* 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  <dpotapov@users.sourceforge.net>

	* include/winver.h (VerQueryValue[AW]): Correct definition.

2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

	* include/shlobj.h (SHARD): Add enum.
	(SHARD_PATH): Define based on UNICODE.

	Thanks to Jacek Caban for the report.

2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

	* include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.

	Thanks to Bruno Martinez for the report.

2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

	* 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  <ir0nh34d@users.sourceforge.net>

	* include/wincon.h (AttachConsole): Correct guard.

	Thanks to Alexander Shaduri for the report.

2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>

	* include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
	(DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.

2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>

	* include/winerror.h: Fix typos in macro names.

2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>

	* include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
	definition.

2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

	* include/winnt.h (PROCESS_SUSPEND_RESUME): Define.

2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>

	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  <corinna@vinschen.de>

	* 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  <ir0nh34d@users.sourceforge.net>

	* include/wtsapi32.h (WTSQuerySessionInformationA,
	WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
	Moved to (_WIN32_WINNT >= 0x0500) guard.
	(thanks to Pierre Ossman)

2009-08-09  Andy Koppe  <andy.koppe@gmail.com>

	* include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
	IS_SURROGATE_PAIR): Define.

2009-07-27  Corinna Vinschen  <corinna@vinschen.de>

	* 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  <corinna@vinschen.de>

	* lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
	from here...
	* lib/gdo32.dll: ...to here.

2009-07-01  Corinna Vinschen  <corinna@vinschen.de>

	* lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
	StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
	StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
	StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
	StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
	entry points.

2009-06-24  Corinna Vinschen  <corinna@vinschen.de>

	* 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  <corinna@vinschen.de>

	* 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  <ir0nh34d@users.sourceforge.net>

	* 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  <corinna@vinschen.de>

	* 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  <corinna@vinschen.de>

	* include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
	from ddk/ntifs.h.

2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>

	* include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.

2009-01-19  Corinna Vinschen  <corinna@vinschen.de>

	* include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.

2009-01-11  Henry Nestler  <henry@bigfoot.de>

	* lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
	NtSetEaFile.

2009-01-07  Corinna Vinschen  <corinna@vinschen.de>

	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]