diff options
author | B Stack <bgstack15@gmail.com> | 2019-01-15 08:16:08 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-01-15 08:16:08 -0500 |
commit | 7c855d11f23dc03d64a0099473a95402f3175280 (patch) | |
tree | 41b8a3085df4de883f2993773b138f1436e041a4 /zen/shutdown.h | |
parent | Merge branch '10.7' into 'master' (diff) | |
download | FreeFileSync-7c855d11f23dc03d64a0099473a95402f3175280.tar.gz FreeFileSync-7c855d11f23dc03d64a0099473a95402f3175280.tar.bz2 FreeFileSync-7c855d11f23dc03d64a0099473a95402f3175280.zip |
10.8
Diffstat (limited to 'zen/shutdown.h')
-rwxr-xr-x | zen/shutdown.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/shutdown.h b/zen/shutdown.h index df2314f8..2d66d1e8 100755 --- a/zen/shutdown.h +++ b/zen/shutdown.h @@ -14,6 +14,7 @@ namespace zen { void shutdownSystem(); //throw FileError void suspendSystem(); // +void terminateProcess(int exitCode); //will NOT return! } #endif //SHUTDOWN_H_3423847870238407783265 |