mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[iso] update libcdio to v0.93
* Also fix a memory leak introduced vy v0.93 in cdio_free()
This commit is contained in:
parent
7090a0371a
commit
ea817cbc2c
29 changed files with 305 additions and 164 deletions
|
@ -22,6 +22,7 @@
|
|||
<ClCompile Include="..\disc.c" />
|
||||
<ClCompile Include="..\ds.c" />
|
||||
<ClCompile Include="..\logging.c" />
|
||||
<ClCompile Include="..\memory.c" />
|
||||
<ClCompile Include="..\read.c" />
|
||||
<ClCompile Include="..\sector.c" />
|
||||
<ClCompile Include="..\track.c" />
|
||||
|
@ -34,6 +35,7 @@
|
|||
<ClInclude Include="..\..\cdio\cdio.h" />
|
||||
<ClInclude Include="..\..\cdio\ds.h" />
|
||||
<ClInclude Include="..\..\cdio\logging.h" />
|
||||
<ClInclude Include="..\..\cdio\memory.h" />
|
||||
<ClInclude Include="..\..\cdio\sector.h" />
|
||||
<ClInclude Include="..\..\cdio\types.h" />
|
||||
<ClInclude Include="..\..\cdio\util.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue