Changeset 22081 for branches/swt/include/win/winbase.h
- Timestamp:
- Aug 23, 2014, 4:21:44 PM (11 years ago)
- File:
-
- 1 edited
-
branches/swt/include/win/winbase.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/include/win/winbase.h
r22080 r22081 1306 1306 WORD wServicePackMajor; 1307 1307 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 ///---------------------------------------------------------------------------- 1309 1318 } OSVERSIONINFOEXA, *POSVERSIONINFOEXA, *LPOSVERSIONINFOEXA; 1310 1319 typedef struct _OSVERSIONINFOEXW { … … 1317 1326 WORD wServicePackMajor; 1318 1327 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 ///---------------------------------------------------------------------------- 1321 1340 1322 1341 DECL_WINELIB_TYPE_AW(OSVERSIONINFOEX)
Note:
See TracChangeset
for help on using the changeset viewer.
