Displaying 1 result from an estimated 1 matches for "actionrequest".
2006 Nov 10
0
Wine release 0.9.25
...e instead of malloc/free.
setupapi: Use HeapAlloc/Free instead of malloc/free.
dinput: Use HeapAlloc/Free instead of alloc/free.
msi: Component attributes are bitmasks.
msi: Check whether the component is enabled first.
msi: Only log the Action, as it's the same as ActionRequest.
riched20: Fix an uninitialized variable.
riched20: Set the correct number of initialized cursors.
riched20: Fix a memory leak.
riched20: Remember to close windows after tests.
riched20: Add missing void to parameter list.
riched20: Flush the clipboard before exi...