This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: shellapi.h problems in beta 20.1


On Tue, Dec 15, 1998 at 06:41:21AM -0500, William D Kirby wrote:
> ----------------------------- diff --------------
> *** shellapi.h.org Tue Dec 15 06:02:43 1998
> --- shellapi.h Tue Dec 15 06:07:39 1998
> ***************
> *** 127,133 ****
> 
>   unsigned int WINAPI DragQueryFileW (HDROP, unsigned int, wchar_t *,
> unsigned int);
>   unsigned int WINAPI DragQueryFileA (HDROP, unsigned int, char *,
> unsigned int);
> ! BOOL WINAPI DragQueryPoint (HDROP, POint *);
>   void WINAPI DragFinish (HDROP);
>   void WINAPI DragAcceptFiles (HWND, BOOL);
>   HICON WINAPI DuplicateIcon (HINSTANCE, HICON );
> --- 127,133 ----
> 
>   unsigned int WINAPI DragQueryFileW (HDROP, unsigned int, wchar_t *,
> unsigned int);
>   unsigned int WINAPI DragQueryFileA (HDROP, unsigned int, char *,
> unsigned int);
> ! BOOL WINAPI DragQueryPoint (HDROP, POINT *);
>   void WINAPI DragFinish (HDROP);
>   void WINAPI DragAcceptFiles (HWND, BOOL);
>   HICON WINAPI DuplicateIcon (HINSTANCE, HICON );

Thanks, I committed this patch in our development sources.

-- 
Geoffrey Noer
noer@cygnus.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]