mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
EXT2 should now be allowed in arcnames, etc.
svn path=/trunk/; revision=10764
This commit is contained in:
parent
d9002d2afe
commit
f8b9ad2133
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
(P) == PARTITION_FAT_16 || \
|
||||
(P) == PARTITION_HUGE || \
|
||||
(P) == PARTITION_IFS || \
|
||||
(P) == PARTITION_EXT2 || \
|
||||
(P) == PARTITION_FAT32 || \
|
||||
(P) == PARTITION_FAT32_XINT13 || \
|
||||
(P) == PARTITION_XINT13)
|
||||
|
|
Loading…
Reference in a new issue