Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-07-02 09:50:10 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-07-02 09:50:10 +0400
commitb23a38b29e7c49b4a897f511f30f5e054ae27b8f (patch)
treeadaece7dc0544369c480f949e2a3b5376157be40 /winsup/w32api/ChangeLog
parente968058feddd4428598e3d9f17369eb5b7335039 (diff)
2002-07-02 Danny Smith <dannysmith@users.sourceforge.net>
* include/commctrl.h (WC_*): Remove some duplicate defines. 2002-07-02 Ken Fitlike <kenfitlike@hotmail.com> * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and UNICODE mappings. (IPM*): Add defines. (IPN_*): Add defines. (NMIPADDRESS): Add structure and typedefs. (MAKEIPADDRESS): Add macro. (MAKEIPRANGE): Add macro. (FIRST_IPADDRESS): Add macro. (SECOND_IPADDRESS): Add macro. (THIRD_IPADDRESS): Add macro. (FOURTH_IPADDRESS): Add macro.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index f77c93a7c..30646f2a7 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,21 @@
+2002-07-02 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/commctrl.h (WC_*): Remove some duplicate defines.
+
+2002-07-02 Ken Fitlike <kenfitlike@hotmail.com>
+
+ * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
+ UNICODE mappings.
+ (IPM*): Add defines.
+ (IPN_*): Add defines.
+ (NMIPADDRESS): Add structure and typedefs.
+ (MAKEIPADDRESS): Add macro.
+ (MAKEIPRANGE): Add macro.
+ (FIRST_IPADDRESS): Add macro.
+ (SECOND_IPADDRESS): Add macro.
+ (THIRD_IPADDRESS): Add macro.
+ (FOURTH_IPADDRESS): Add macro.
+
2002-06-25 Conrad Scott <conrad.scott@dsl.pipex.com>
* include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.