Fix zfile stale/double freed file handle.
Updated filesys.cpp from latest WinUAE sources
This commit is contained in:
parent
0365e4330b
commit
b3fe55363e
13 changed files with 6360 additions and 4723 deletions
|
@ -211,6 +211,7 @@
|
|||
<ClCompile Include="..\..\src\cpustbl.cpp" />
|
||||
<ClCompile Include="..\..\src\crc32.cpp" />
|
||||
<ClCompile Include="..\..\src\custom.cpp" />
|
||||
<ClCompile Include="..\..\src\def_icons.cpp" />
|
||||
<ClCompile Include="..\..\src\devices.cpp" />
|
||||
<ClCompile Include="..\..\src\disk.cpp" />
|
||||
<ClCompile Include="..\..\src\diskutil.cpp" />
|
||||
|
|
|
@ -592,6 +592,9 @@
|
|||
<ClCompile Include="..\..\src\scp.cpp">
|
||||
<Filter>Source files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\def_icons.cpp">
|
||||
<Filter>Source files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\threaddep\thread.h">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue