From b3dee57ccbf6f9c4d54e59c122eab562d1582706 Mon Sep 17 00:00:00 2001 From: Earnie Boyd Date: Mon, 25 Feb 2013 09:42:52 -0500 Subject: [PATCH] * NEWS: Add and adjust release notes for 4.0. --- ChangeLog | 4 ++++ NEWS | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index 89ef1b5..61b2c60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-02-25 Earnie Boyd + + * NEWS: Add and adjust release notes for 4.0. + 2013-02-24 Earnie Boyd * lib/lib32/ddk/ntoskrnl.def (KeQueryActiveProcessorCount): Correct diff --git a/NEWS b/NEWS index 1bc3b4a..385dd6d 100644 --- a/NEWS +++ b/NEWS @@ -155,3 +155,19 @@ Correct the tdelete, tfind and tsearch declarations in search.h Correct the LaunchScreenSaver implementation in src/libscrnsave/scrnsave.c to allow operation on systems older than Windows 2000. Correct the typo defining LPENUMSTATPROPSTG as a pointer in objfwd.h. +Correct the constants in gd_qnan.h to produce the correct NaN results. +Added declaration and import of WSAPoll function. +Added declaration and import of CertEnumCRLsInStore function. +Corrected declarations and definitions for DllMain [#1670]. +Added declaration of _vscwprintf. +Include reason.h in winreg.h so that the public definitions are defined by + including windows.h. +Define LONG_PTR specific to _WIN64 versus _WIN32. +Define _MAX_ENV if not __STRICT_ANSI__. +Define interfaced declarations for ICreateTypeInfo, ICreateTypeInfo2, + ICreateTypeLib and ICreateTypeLib2. +Provide implementations for IID_IGlobalInterface, FMTID_DocSummaryInformation, + FMTID_SummaryInformation, FMTID_UserDefinedProperties, and + CLSID_StdGlobalInterfaceTable. +Added declaration and import of RegisterTypeLibForUser and + UnRegisterTypeLibForUser. -- 2.11.0