Move drives.h to common include dir
Judging by the usage, this header belongs in there instead of being limited to dos module only. This change makes it easier to reuse code for new features related to drives mounting/unmounting.
This commit is contained in:
parent
2694aca2b2
commit
c4dba16740
6 changed files with 5 additions and 4 deletions
|
@ -277,6 +277,7 @@
|
|||
<ClInclude Include="..\include\dosbox.h" />
|
||||
<ClInclude Include="..\include\dos_inc.h" />
|
||||
<ClInclude Include="..\include\dos_system.h" />
|
||||
<ClInclude Include="..\include\drives.h" />
|
||||
<ClInclude Include="..\include\fpu.h" />
|
||||
<ClInclude Include="..\include\hardware.h" />
|
||||
<ClInclude Include="..\include\inout.h" />
|
||||
|
@ -339,7 +340,6 @@
|
|||
<ClInclude Include="..\src\dos\cdrom.h" />
|
||||
<ClInclude Include="..\src\dos\dev_con.h" />
|
||||
<ClInclude Include="..\src\dos\dos_mscdex.h" />
|
||||
<ClInclude Include="..\src\dos\drives.h" />
|
||||
<ClInclude Include="..\src\dos\Ntddcdrm.h" />
|
||||
<ClInclude Include="..\src\dos\Ntddscsi.h" />
|
||||
<ClInclude Include="..\src\dos\Ntddstor.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue