Changeset 8400
- Timestamp:
- May 10, 2002, 4:53:31 PM (23 years ago)
- Location:
- trunk/include/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/win/pshpack8.h ¶
r4 r8400 1 /* $Id: pshpack8.h,v 1. 1 1999-05-24 20:19:18 ktkExp $ */1 /* $Id: pshpack8.h,v 1.2 2002-05-10 14:53:30 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_PSHPACK_H 4 4 #define __WINE_PSHPACK_H 8 5 5 6 #if 06 #if defined(__GNUC__) || defined(__SUNPRO_CC) || (defined(__IBMC__) || defined(__IBMCPP__)) || defined(__WATCOMC__) 7 7 #pragma pack(8) 8 8 #elif !defined(RC_INVOKED) -
TabularUnified trunk/include/win/winioctl.h ¶
r8396 r8400 380 380 DWORD PartitionNumber; 381 381 BYTE PartitionType; 382 B OOLBootIndicator;383 B OOLRecognizedPartition;384 B OOLRewritePartition;382 BYTE BootIndicator; 383 BYTE RecognizedPartition; 384 BYTE RewritePartition; 385 385 } PARTITION_INFORMATION, *PPARTITION_INFORMATION; 386 386 … … 546 546 typedef struct _DISK_EXTENT { 547 547 DWORD DiskNumber; 548 DWORD Align1; 548 549 LARGE_INTEGER StartingOffset; 549 550 LARGE_INTEGER ExtentLength; … … 556 557 typedef struct _VOLUME_DISK_EXTENTS { 557 558 DWORD NumberOfDiskExtents; 559 DWORD Align1; 558 560 DISK_EXTENT Extents[1]; 559 561 } VOLUME_DISK_EXTENTS, *PVOLUME_DISK_EXTENTS; 560 562 561 562 563 #endif
Note:
See TracChangeset
for help on using the changeset viewer.