summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 219ee866a..03f56fa83 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-14 Robert Wruck <rwruck@users.sourceforge.net>
+
+ * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
+
2004-04-06 Luke Dunstan <infidel@users.sourceforge.net>
* include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
@@ -8,7 +12,7 @@
* lib/directx/dxerr.c: Remove dependence on mingw runtime.
Don't include stdio.h or tchar.h.
Replace _T() macro with TEXT() macro, throughout.
- Replace, _stprintf with wsprintf, throughout.
+ Replace _stprintf with wsprintf, throughout.
2004-03-27 Hosaka Yuji <hos@tamanegi.org>