Mailing-List: contact cygwin-announce-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner AT cygwin DOT com Delivered-To: mailing list cygwin-announce AT cygwin DOT com Delivered-To: moderator for cygwin-announce AT cygwin DOT com Message-ID: <3C1131E1.B8B3FD7F@yahoo.com> Date: Fri, 07 Dec 2001 16:17:21 -0500 From: Earnie Boyd Reply-To: cygwin AT cygwin DOT com X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: cygwin-announce AT cygwin DOT com Subject: Updated w32api-1.2-1 Content-Type: multipart/mixed; boundary="------------01F4C2FEF8D803A0FD91368E" This is a multi-part message in MIME format. --------------01F4C2FEF8D803A0FD91368E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I've made a new version of the Win32 API headers and import libraries. I've attached the portion of the ChangeLog between 1.1 and 1.2. 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. Note that we do not allow downloads from sources.redhat.com (aka cygwin.com) due to bandwidth limitations. This means that you will need to find a mirror which has this update. In the US, ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/ is a reliable high bandwidth connection. In Germany, ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/ is usually pretty good. In the UK, http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/ is usually up-to-date within 48 hours. If one of the above doesn't have the latest version of this package then you can either wait for the site to be updated or find another mirror. The setup.exe program will figure out what needs to be updated on your system and will install newer packages automatically. If you have questions or comments, please send them to the Cygwin mailing list at: cygwin AT cygwin DOT com . I would appreciate it if you would use this mailing list rather than emailing me directly. This includes ideas and comments about the setup utility or Cygwin in general. If you want to make a point or ask a question, the Cygwin mailing list is the appropriate place. *** 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: cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com 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. Earnie Boyd MinGW-runtime maintainer --------------01F4C2FEF8D803A0FD91368E Content-Type: text/plain; charset=us-ascii; name="Changes-2001.12.07" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Changes-2001.12.07" Changes between release 1.1 and 1.2 ----------------------------------- 2001-12-07 Danny Smith * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW], SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey, SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey, SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey, SetupDiOpenDevRegKey): Correct function names. 2001-12-04 Earnie Boyd * include/winuser.h (IDC_STATIC): Don't define. 2001-12-04 Danny Smith Cleanup merge between SourceForge and winsup CVS. * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove definitions. * include/winnt.h (VER_NT*): Remove duplicate defines. (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines. 2001-12-03 Earnie Boyd * include/accctrl.h: Change \r\n to \n. 2001-11-30 Danny Smith * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS): Add structure definition. * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto. * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry, DeleteIPAddress,DeleteProxyArpEntry,EnableRouter, FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo, GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress, UnenableRouter) Declare functions. * lib/iphlpapi.def: Add function names to import lib. 2001-11-24 Danny Smith * include/winnt.h (PACCESS_MASK): Add typedef. * include/aclapi.h: New file. * include/acctrl.h: New file. * lib/advapi32.def: Add missing symbols. * lib/test.c: Add #include . 2001-11-23 Danny Smith * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s, VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from here ... * include/winnt.h: ... to here. * include/winbase.h (VerifyVersionInfo[AW]): Add declaration. * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions and typedefs. (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER): Add defines. 2001-11-19 Pierre Muller * w32api/include/winnt.h: prepare SSE register support. (CONTEXT_EXTENDED_REGISTERS): Add new define. (MAXIMUM_SUPPORTED_EXTENSION): New define. (struct CONTEXT): ExtendedRegisters field added. 2001-11-16 Danny Smith * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO, tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO, tagLASTINPUTINFO ): Define new structures. (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo, GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo, GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo, GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo SetMenuInfo): Add new prototypes. * lib/user32.def: Add import stubs for above functions. * include/winuser.h (IDC_STATIC): Protect against prior definition. 2001-11-12 Corinna Vinschen * include/winbase.h (OSVERSIONINFOEX): Add definition. * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines. 2001-11-10 Robert Collins * include/winnt.h: Add Danny Smith's text comment about gcc compiler warnings with _AUTHORITY #defines. 2001-11-09 Robert Collins * include/winnt.h (GetCurrentFiber): Create a prototype before the implementation; (GetFiberData): Ditto. 2001-11-09 Robert Collins * include/winnt.h: Backout last change. 2001-11-08 Robert Collins * include/winnt.h: Define *_SID_AUTHORITY appropriately, GetCurrentFiber: Create a prototype before the implementation; GetFiberData: Ditto. 2001-11-06 Danny Smith * include/winuser.h (IDC_STATIC): Add define. Thanks to: Benoit Laniel. 2001-11-05 Danny Smith * include/commdlg.h: Include rather than local definition of LPUKNOWN. * include/rpcproxy.h: Don't include if ndef CINTERFACE. Emit warning. 2001-11-05 Mattia Barbon * include/windef.h (DECLSPEC_NORTEURN): Add an empty version for Watcom. (DECLARE_STDCALL_P): Use it to add __stdcall decoration for functions of the form 'type * function(...)' in a way compatible with both Watcom and GCC. * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P. * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare zero-sized arrays for Watcom. Mark as __extension for __GNUC__. * include/windows.h: Watcom can use anonymous structs/unions. * include/winnt.h: Watcom can use 64 bit ints. (GetCurrentFiber): Add another inline definition using Watcom inline assembly syntax. (GetFiberData): Likewise. * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P. (gethostbyname): Likewise. (gethostbyaddr}: Likewise. (getservbyport}: Likewise. (getservbyname}: Likewise. (getprotobynumber}: Likewise. (getprotobyname}: Likewise. * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P. (gethostbyname}: Likewise. (gethostbyaddr}: Likewise. (getservbyport}: Likewise. (getservbyname}: Likewise. (getprotobynumber}: Likewise. (getprotobyname}: Likewise. * lib/diinut.c: Correction for Watcom. * lib/kernel32.c (GetCurrentFiber): Add another definition using Watcom inline assembly syntax. (GetFiberData): Likewise. * lib/scrnsave.c (WinMain): Add break after default: clause. 2001-11-04 "stefan" * include/winnt.h (GetCurrentFiber): Add prototype. (GetFiberData): Likewise. 2001-11-04 Christopher Faylor * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in parallel invocations. 2001-11-03 Christopher Faylor * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning. 2001-11-01 Danny Smith * include/basetyps.h (DECLARE_INTERFACE): Don't add __attribute__((com_interface)) for __GNUC__ >= 3. 2001-11-01 Danny Smith * include/commdlg.h (PRINTPAGERANGE): Add structure definition. (PRINTDLGEX[AW]): Likewise. (PrintDlgEx[AW]): Add function declaration. * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs. * ChangeLog: Fix typo in last entry. 2001-11-01 TAMURA Kent * include/objbase.h (CoGetClassObject): Change third parameter to COSERVERINFO*. 2001-10-30 Danny Smith * include/winuser.h (MOUSEEVENTF_WHEEL): Define. Thanks to: Kim Saunders. * include/oleauto.h: Define VARIANT* flags for VariantChangeType. Thanks to: Pat Thoyts. * include/winnt.h: Change C++ style comment to C style. * include/shlobj.h: Ditto. * include/objbase.h (enum tagCOINIT): Remove comma at end of list. * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto. * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__ (enum not limited to range of int). * include/oaidl.h (struct tagVARIANT): Mark as __extension__ (struct with no named members), ifndef NONAMELESSUNION. 2001-10-30 Danny Smith * include/winuser.h (CREATESTRUCT): UNICODE it. (CBT_CREATEWND): Likewise. 2001-10-20 Corinna Vinschen * include/winnetwk.h (WNetGetResourceInformationA): Add declaration. (WNetGetResourceInformationW): Ditto. (WNetGetResourceInformation): Add define. 2001-10-12 Pedro A Aranda * include/winuser.h (POINTSTOPOINT): Use explicit casts before extracting words. 2001-10-04 Danny Smith * include/winnt.h: Add PF_* defines. Thanks to: "Wizord" 2001-09-18 Danny Smith * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure field as _ANONYMOUS_STRUCT. * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef for UNICODE. * include/ipexport.h (icmp_echo_reply): Remove extra ';'. * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header test. 2001-09-17 Mattia Barbon * include/commctrl.h: Add some ListView constants. 2001-09-17 Earnie Boyd * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/ portion of the directory from the install. (inst_libdir): Ditto. * Makefile.in (VERSION): Increment. * include/w32api.h: Increment version. --------------01F4C2FEF8D803A0FD91368E-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com