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

[misc] move I/O functions into their own source

This commit is contained in:
Pete Batard 2011-12-01 16:34:42 +00:00
parent 08d68301cd
commit bc252400a1
9 changed files with 148 additions and 112 deletions

View file

@ -153,6 +153,7 @@
<ClCompile Include="..\file.c" />
<ClCompile Include="..\msdos.c" />
<ClCompile Include="..\rufus.c" />
<ClCompile Include="..\stdio.c" />
<ClCompile Include="..\stdlg.c" />
</ItemGroup>
<ItemGroup>