Re: [PATCH] Missing dllimport's in

2013-02-20 Thread Christopher Faylor
On Wed, Feb 20, 2013 at 08:38:28PM -0600, Yaakov wrote: >The attached patch for HEAD is required for compiling code which uses > and -Wl,--disable-auto-import. > > >Yaakov >2013-02-20 Yaakov Selkowitz > > * include/error.h (error_message_count): Declare as dllimport. > (error_one_pe

[PATCH] Missing dllimport's in

2013-02-20 Thread Cygwin/X
The attached patch for HEAD is required for compiling code which uses and -Wl,--disable-auto-import. Yaakov 2013-02-20 Yaakov Selkowitz * include/error.h (error_message_count): Declare as dllimport. (error_one_per_line): Ditto. (error_print_progname): Ditto. Index: include/error.h ==