This is the mail archive of the
insight@sources.redhat.com
mailing list for the Insight project.
Re: [RFA] libgui/src/tkWarpPointer.c for cygwin
On Wed, May 02, 2001 at 05:06:10PM -0700, Syd Polk wrote:
>The second question I have is why do you need "SetCursorPos@8"? Assuming
>you are including winuser.h, you should be able to use "SetCursorPos", and
>either a macro will fix this, or the linker will. I don't think requiring
>the "@8" or "@16" or whatever for Windows API calls is very nice.
I agree. The function should be prototyped. I believe that it should be
pulled in by a #include <windows.h> .
cgf