diff options
author | Daniel Wilhelm <shieldwed@outlook.com> | 2019-05-12 22:44:22 +0000 |
---|---|---|
committer | Daniel Wilhelm <shieldwed@outlook.com> | 2019-05-12 22:44:22 +0000 |
commit | 2cb4599782d970f386a67dfd4f4dab0d531d4348 (patch) | |
tree | b873b15f50a981aacf8bb49fd646bfded2e7a73b /zen/recycler.h | |
parent | Merge branch '10.11' into 'master' (diff) | |
parent | 10.12 (diff) | |
download | FreeFileSync-10.12.tar.gz FreeFileSync-10.12.tar.bz2 FreeFileSync-10.12.zip |
Merge branch '10.12' into 'master'10.12
10.12
See merge request opensource-tracking/FreeFileSync!9
Diffstat (limited to 'zen/recycler.h')
-rw-r--r-- | zen/recycler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/recycler.h b/zen/recycler.h index 0e5ebbb1..ad96aa53 100644 --- a/zen/recycler.h +++ b/zen/recycler.h @@ -21,7 +21,7 @@ namespace zen Windows ------- --> Recycler API always available: during runtime either SHFileOperation or IFileOperation (since Vista) will be dynamically selected +-> Recycler API (IFileOperation) always available -> COM needs to be initialized before calling any of these functions! CoInitializeEx/CoUninitialize Linux |