Setupapi Win16/32 (Again) and PSDK porting fixes

Steven Edwards steven_ed4153 at yahoo.com
Sat Oct 18 14:24:54 CDT 2003


--- "Gregory M. Turner" <gmturner007 at ameritech.net> wrote:
> On Saturday 18 October 2003 01:57 pm, Steven Edwards wrote:
> > With this
> > patch all of the objects for setupapi.dll can be built on
> > MS_VC with the PSDK. There are a few minor issues but nothing
> > to major
> 
> doesn't this:
> 
> -typedef struct _CABINET_INFOA {
> +typedef struct _CABINET_INFO_A {

<snip>

> mean we should do this:
> 
> -DECL_WINELIB_TYPE_AW(CABINET_INFO);
> -DECL_WINELIB_TYPE_AW(PCABINET_INFO);
> +DECL_WINELIB_TYPE_AW(CABINET_INFO_);
> +DECL_WINELIB_TYPE_AW(PCABINET_INFO_);

I dont know. I received no warrnings/errors when compiling under
MS_VC+PSDK or Mingw with WINE headers but I am not on Linux and I also
cannot test this code yet. 

Thanks
Steven

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com



More information about the wine-devel mailing list