CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2003-10-13 06:02:06

Modified files:
        winsup/w32api  : ChangeLog 
        winsup/w32api/include: winuser.h 

Log message:
        * 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=src&r1=1.501&r2=1.502
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winuser.h.diff?cvsroot=src&r1=1.77&r2=1.78

Reply via email to