diff --git a/bc/system/file/win/Stacked.cpp b/bc/system/file/win/Stacked.cpp index 15adf4b..760c0ec 100644 --- a/bc/system/file/win/Stacked.cpp +++ b/bc/system/file/win/Stacked.cpp @@ -823,6 +823,12 @@ bool (Delete)(FileParms* parms) { return ::DeleteFile(PATH(name)) != 0; } +// shutdown +bool (Shutdown)(FileParms* parms) { + // ? + return true; +} + } // namespace Stacked } // namespace System_File