-
Hans Leidekker authored
A custom action in the office 2007 sp1 installer fails right after calling CoInitializeEx(NULL, COINIT_MULTITHREADED). This is because our code calls CoInitialize(NULL) first, which sets a different concurrency model, and a subsequent call with a different model will return RPC_E_CHANGED_MODE. Ergo, we should set the model to multi-threaded too.
ba50d150
Name |
Last commit
|
Last update |
---|---|---|
dlls | ||
documentation | ||
fonts | ||
include | ||
libs | ||
loader | ||
programs | ||
server | ||
tools | ||
.gitignore | ||
ANNOUNCE | ||
AUTHORS | ||
COPYING.LIB | ||
LICENSE | ||
LICENSE.OLD | ||
Make.rules.in | ||
Makefile.in | ||
README | ||
VERSION | ||
aclocal.m4 | ||
configure | ||
configure.ac |