mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Moved _SET_PARTITON_INFORMATION to a common location.
svn path=/trunk/; revision=3259
This commit is contained in:
parent
a54c9ddecb
commit
8553d39828
1 changed files with 0 additions and 4 deletions
|
@ -3529,10 +3529,6 @@ typedef struct _SESSION_HEADER {
|
||||||
UCHAR rcv_any_outstanding;
|
UCHAR rcv_any_outstanding;
|
||||||
} SESSION_HEADER;
|
} SESSION_HEADER;
|
||||||
|
|
||||||
typedef struct _SET_PARTITION_INFORMATION {
|
|
||||||
BYTE PartitionType;
|
|
||||||
} SET_PARTITION_INFORMATION ;
|
|
||||||
|
|
||||||
typedef enum tagSHCONTF {
|
typedef enum tagSHCONTF {
|
||||||
SHCONTF_FOLDERS = 32,
|
SHCONTF_FOLDERS = 32,
|
||||||
SHCONTF_NONFOLDERS = 64,
|
SHCONTF_NONFOLDERS = 64,
|
||||||
|
|
Loading…
Reference in a new issue