Oooops...
This commit is contained in:
parent
30f515c54f
commit
5320b93f4e
|
@ -1,16 +1,6 @@
|
||||||
2003-10-13 Andre Auzi <aauzi@users.sourceforge.net>
|
2003-10-13 Andre Auzi <aauzi@users.sourceforge.net>
|
||||||
|
|
||||||
* include/windows.h (CopyCursor): Although MSDN pretends this is
|
* include/windows.h (CopyCursor): Define as macro.
|
||||||
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.
|
|
||||||
|
|
||||||
2003-10-13 Steven Edwards <Steven_Ed4153@yahoo.com>
|
2003-10-13 Steven Edwards <Steven_Ed4153@yahoo.com>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue