mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
fix(win): added missing Shutdown stub to Win32 filestack
This commit is contained in:
parent
0bed8080d5
commit
3e7a111809
1 changed files with 6 additions and 0 deletions
|
|
@ -823,6 +823,12 @@ bool (Delete)(FileParms* parms) {
|
||||||
return ::DeleteFile(PATH(name)) != 0;
|
return ::DeleteFile(PATH(name)) != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// shutdown
|
||||||
|
bool (Shutdown)(FileParms* parms) {
|
||||||
|
// ?
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace Stacked
|
} // namespace Stacked
|
||||||
} // namespace System_File
|
} // namespace System_File
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue