1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[misc] move drive related functions into their own source

This commit is contained in:
Pete Batard 2011-12-01 17:54:35 +00:00
parent 79f3e78ec3
commit 2390b305c8
10 changed files with 226 additions and 162 deletions

View file

@ -147,6 +147,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\br.c" />
<ClCompile Include="..\drive.c" />
<ClCompile Include="..\fat12.c" />
<ClCompile Include="..\fat16.c" />
<ClCompile Include="..\fat32.c" />