- Mar 13, 2009
-
-
Alexandre Julliard 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.
-
-
-
-
-
dinput: OS/X joystick: Sort buttons based on usage as some controllers report the buttons out of order. Makes the xbox 360 controller button mapping more logical.
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
-
-
The idea here is that we should lookup format information in struct GlPixelFormatDesc, while StaticPixelFormatDesc and GlPixelFormatDescTemplate will only be used to build the table.
-
-
-
-
-
-
comctl32: LVN_ITEMCHANGED notification should be sent for each item when group selected for ~LVS_OWNERDATA.
-
long is always 32bit in IDL files but that's not true in C.
-
-
-
-
- Mar 12, 2009
-
-
-
-
-
-
We were forcing features with a REINSTALL override to be reinstalled locally, which is only correct if the original install state is local. This causes problems with the office 2007 sp1 installer, which applies a REINSTALL override to an advertised feature.
-
-
Also convert a 'smart' quote to a regular quote.
-
Alexandre Julliard authored
-