- 29 Sep, 2009 12 commits
-
-
Peter Oberndorfer authored
When mode is STGM_WRITE or STGM_READWRITE make sure key key exists. Only read data in STGM_READ or STGM_READWRITE mode. Do not depend on value type being REG_BINARY. Succeed when reading not existing values.
-
Peter Oberndorfer authored
Add comments to functions that are not implemented.
-
Peter Oberndorfer authored
On Write holes between file size and cursor are filled with 0 bytes. On SetSize holes caused by increasing file size are filled with 0 bytes.
-
Peter Oberndorfer authored
-
Peter Oberndorfer authored
-
Peter Oberndorfer authored
-
Peter Oberndorfer authored
-
Peter Oberndorfer authored
-
Andrew Eikum authored
-
Aurimas Fišeras authored
-
Allan Tong authored
-
Allan Tong authored
Releasing the device earlier may cause the underlying wineD3D device to be freed before the child object has had a chance to clean up.
-
- 28 Sep, 2009 28 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Stefan Dösinger authored
The Mac Nvidia driver doesn't implement the result.clip part of GL_NV_vertex_program2_option correctly. It complains about a syntax error if "result.clip[0]" is used. "result.clip" compiles correctly, but supports only one clipplane, and running the shader results in severe rendering bugs.
-
Stefan Dösinger authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Jacek Caban authored
-
Alexandre Julliard authored
-
Ge van Geldorp authored
-
Ge van Geldorp authored
-
André Hentschel authored
-
Dylan Smith authored
The table is initialized on process attach, and should be freed on process detach (which is where SECUR32_deinitSchannelSP gets called).
-
Dylan Smith authored
Two identical calls are made with the same parameters, and there are no documented side effects of this function, so I removed one of them.
-
Damjan Jovanovic authored
-
Dylan Smith authored
Using the ITextHost interface allows this notification to be received for windowless richedit controls. Windowed richedit conrols have an ITextHost implementation that will fill in hwndFrom and idFrom, but these should probably be initialized to 0 for windowless richedit controls.
-
Marcus Meissner authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-