[phobos] [D-Programming-Language/phobos] 45f651: Update COM header with CoInitializeEx
GitHub
noreply at github.com
Sun Oct 14 07:52:32 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 45f6517ef45c4ac9e350c49db3ce4ceadae88eba
https://github.com/D-Programming-Language/phobos/commit/45f6517ef45c4ac9e350c49db3ce4ceadae88eba
Author: JakobOvrum <jakobovrum at gmail.com>
Date: 2012-10-04 (Thu, 04 Oct 2012)
Changed paths:
M std/c/windows/com.d
Log Message:
-----------
Update COM header with CoInitializeEx
`CoInitializeEx` is essential to setting the threading model to multi-threaded.
Multi-threaded COM is ideal in D where threading is safer and synchronization easier.
Commit: 443f3956003a14bf0dabc85da7298b1337a26469
https://github.com/D-Programming-Language/phobos/commit/443f3956003a14bf0dabc85da7298b1337a26469
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-10-14 (Sun, 14 Oct 2012)
Changed paths:
M std/c/windows/com.d
Log Message:
-----------
Merge pull request #834 from JakobOvrum/patch-1
Update COM header with CoInitializeEx
Compare: https://github.com/D-Programming-Language/phobos/compare/e2a76ce6ccb9...443f3956003a
More information about the phobos
mailing list