OSDN Git Service

* include/windows.h (CopyCursor): Although MSDN pretends this is
authorpapadopo <papadopo>
Mon, 13 Oct 2003 06:02:06 +0000 (06:02 +0000)
committerpapadopo <papadopo>
Mon, 13 Oct 2003 06:02:06 +0000 (06:02 +0000)
commit23e724855398141fc076ebfc50a38b823466e6f0
tree65bc205668469956d29274daf80b824b18394f43
parent7f55bfcfddc38cd88a237a4f9b7e98bec4813bcb
* 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.
winsup/w32api/ChangeLog
winsup/w32api/include/winuser.h