From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Faylor To: Syd Polk Cc: Keith Seitz , Insight Maling List Subject: Re: [RFA] libgui/src/tkWarpPointer.c for cygwin Date: Wed, 02 May 2001 19:34:00 -0000 Message-id: <20010502223258.A1318@redhat.com> References: <4.2.0.58.20010502170321.01a43cd0@pop.cygnus.com> X-SW-Source: 2001-q2/msg00176.html 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 . cgf