aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
authorDimitri Papadopoulos <dimitri_at@users.sf.net>2003-10-17 10:37:44 +0000
committerDimitri Papadopoulos <dimitri_at@users.sf.net>2003-10-17 10:37:44 +0000
commit5320b93f4e567564f90ec0eb8f30227b15e65ebd (patch)
treee1508b09f0045c165fbc0d624640bd1611a98ef9 /winsup/w32api/ChangeLog
parent30f515c54f46db26e73976f1b4f9a0501b2b177f (diff)
downloadnewlib-5320b93f4e567564f90ec0eb8f30227b15e65ebd.zip
newlib-5320b93f4e567564f90ec0eb8f30227b15e65ebd.tar.gz
newlib-5320b93f4e567564f90ec0eb8f30227b15e65ebd.tar.bz2
Oooops...
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog12
1 files changed, 1 insertions, 11 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index d6b9125..616a4ec 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,16 +1,6 @@
2003-10-13 Andre Auzi <aauzi@users.sourceforge.net>
- * include/windows.h (CopyCursor): Although MSDN pretends this is
- a function to be imported from user32.lib, it's actually a macro.
- From the Delphi FAQ:
- Question:
- Where is the Windows API function CopyCursor defined in
- 32-Bit versions of Delphi and C++ Builder?
- Answer:
- While the call is documented in the Win32 help file, the
- function is simply mapped to the Windows API function
- CopyIcon(). Note that the 32 bit version of CopyIcon
- does not take a hInstance parameter.
+ * include/windows.h (CopyCursor): Define as macro.
2003-10-13 Steven Edwards <Steven_Ed4153@yahoo.com>