- Mar 16, 2007
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
-
-
-
Modify the behavior when the messages TBM_SETSEL, TBM_SETSELSTART, and TBM_SETSELEND are sent and TBS_ENABLESELRANGE is not set. When the style TBS_ENABLESELRANGE is not set, Windows observed behavior is to set the Selection Start and End values to 0, rather than leave them unchanged.
-
-
-
-
-
This is needed, because symbol addresses in dwarf2 debug info are already relocated.
-
dbghelp: Fix up load_offset to work in case the load offset is different for real binary and debug link file.
-
Make sidx signed so sidx < 0 comparisons work. (most of the patch written by Eric Pouech)
-
-
-
advapi32: Fix a failing test on Windows caused by the existence of one SID that always has no associated account.
-
-
-
-
-
-
-
-
-
-
-
- Mar 15, 2007
-
-
Alexandre Julliard authored
-
kernel32: GlobalMemoryStatusEx: always report at least 1 byte of virtual memory even if none is available.
-
kernel32: GlobalMemoryStatusEx: return the size of physical memory + swapsize in ullTotalPageFile/ullAvailPageFile.
-
-
-
-
-
-
Fix the NULL deref that occured when blitting to offscreen targets and select the proper gl drawing buffer instead.
-
- Mar 14, 2007
-
-
-
This change was triggered because of a bug in libsane-hpaio.so, namely that it relies on libsane.so being dlopen'd RTLD_GLOBAL so that sanei_init_debug can be resolved.
-
-
-
-