Ignore:
Timestamp:
Aug 23, 2014, 4:21:44 PM (11 years ago)
Author:
rousseau
Message:

Modified or replaced some structures

structures:
o DEVMODEA
o DEVMODEW
o NMLVCUSTOMDRAW
o NOTIFYICONDATAA
o NOTIFYICONDATAW
o OPENFILENAME
o OSVERSIONINFOA
o OSVERSIONINFOW
o OSVERSIONINFOEXA
o OSVERSIONINFOEXW
o SCROLLBARINFO
o SHELLEXECUTEINFOA
o SHELLEXECUTEINFOW
o TTTOOLINFOA
o TTTOOLINFOW

All sources for swt.dll now compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/include/win/winbase.h

    r22080 r22081  
    13061306    WORD  wServicePackMajor;
    13071307    WORD  wServicePackMinor;
    1308     WORD  wReserved[2];
     1308    //~ WORD  wReserved[2];
     1309///-------------------------------------------------------------------[swt-os2]
     1310/// From Wine::include/winnt.h
     1311/// That's handy, to reserve an array of 2 WORDS, call it wReserved, then
     1312/// use some of the reserved space in a later definition and call the remaining
     1313/// byte also wReserved.
     1314        WORD wSuiteMask;
     1315        BYTE wProductType;  /// Should be named bProductType
     1316        BYTE wReserved;     /// Should be named bReserved
     1317///----------------------------------------------------------------------------
    13091318} OSVERSIONINFOEXA, *POSVERSIONINFOEXA, *LPOSVERSIONINFOEXA;
    13101319typedef struct _OSVERSIONINFOEXW {
     
    13171326    WORD  wServicePackMajor;
    13181327    WORD  wServicePackMinor;
    1319     WORD  wReserved[2];
    1320 } OSVERSIONINFOEXW, *POSVERSIONINFOEXW, *LPOSVERSIONINFOEXW;
     1328    //~ WORD  wReserved[2];
     1329//~ } OSVERSIONINFOEXW, *POSVERSIONINFOEXW, *LPOSVERSIONINFOEXW;
     1330///-------------------------------------------------------------------[swt-os2]
     1331/// From Wine::include/winnt.h
     1332/// That's handy, to reserve an array of 2 WORDS, call it wReserved, then
     1333/// use some of the reserved space in a later definition and call the remaining
     1334/// byte also wReserved.
     1335        WORD wSuiteMask;
     1336        BYTE wProductType;  /// Should be named bProductType
     1337        BYTE wReserved;     /// Should be named bReserved
     1338} OSVERSIONINFOEXW, *POSVERSIONINFOEXW, *LPOSVERSIONINFOEXW, RTL_OSVERSIONINFOEXW, *PRTL_OSVERSIONINFOEXW;
     1339///----------------------------------------------------------------------------
    13211340
    13221341DECL_WINELIB_TYPE_AW(OSVERSIONINFOEX)
Note: See TracChangeset for help on using the changeset viewer.