- 23 Mar, 2009 11 commits
-
-
Konstantin Kondratyuk authored
-
William Waghorn authored
ADPCM_FormatSuggest must report NOTPOSSIBLE if the destination format is not supported.
-
William Waghorn authored
ADPCM_FormatSuggest must report NOTPOSSIBLE if the destination format is not supported.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
The STRINGTABLE is commented out since mid 2003.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
- 13 Mar, 2009 29 commits
-
-
Alexandre Julliard authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
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.
-
Piotr Caban authored
-
Piotr Caban authored
-
Stefano Guidoni authored
-
Detlef Riekenberg authored
-
Aric Stewart authored
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.
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet 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.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Nikolay Sivov authored
comctl32: LVN_ITEMCHANGED notification should be sent for each item when group selected for ~LVS_OWNERDATA.
-
Michael Stefaniuc authored
long is always 32bit in IDL files but that's not true in C.
-