Setupapi Win16/32 (Again) and PSDK porting fixes

Gregory M. Turner gmturner007 at ameritech.net
Sat Oct 18 14:15:30 CDT 2003


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 {
   PCSTR CabinetPath;
   PCSTR CabinetFile;
   PCSTR DiskName;
   USHORT SetId;
   USHORT CabinetNumber;
-} CABINET_INFOA, *PCABINET_INFOA;
+} CABINET_INFO_A, *PCABINET_INFO_A;
 
-typedef struct _CABINET_INFOW {
+typedef struct _CABINET_INFO_W {
   PCWSTR CabinetPath;
   PCWSTR CabinetFile;
   PCWSTR DiskName;
   USHORT SetId;
   USHORT CabinetNumber;
-} CABINET_INFOW, *PCABINET_INFOW;
+} CABINET_INFO_W, *PCABINET_INFO_W;

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_);

?

-- 
gmt

"class 'SfxPoolCancelManager' only defines a
 private destructor and has no friends"
   -- gcc, resorting to unnecessary character attacks




More information about the wine-devel mailing list