- 05 Apr, 2007 16 commits
-
-
Rob Shearman authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Dmitry Timoshkov authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Fabian Bieler authored
According to MSDN the cnd instruction should translate: dst = src0 > 0.5 ? src1 : src2;
-
Fabian Bieler authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Stefan Leichter authored
-
Aric Stewart authored
We do not need to unmap and remap all the victim pages with every resize as they are simply a cache. Provides significant speedup for saving large storage files.
-
Peter Beutner authored
-
Peter Beutner authored
-
- 04 Apr, 2007 24 commits
-
-
Maarten Lankhorst authored
-
Rob Shearman authored
ole32: In 16-bit OLE, LPOLESTR uses multibyte, not Unicode characters so make LoadTypeLib16 take an LPSTR instead of LPOLESTR.
-
Rob Shearman authored
Use it to make CoFreeUnusedLibraries per-apartment.
-
Rob Shearman authored
ole32: Cache the address for the library's DllGetClassObject and DllCanUnloadNow in the OpenDll list entry.
-
Rob Shearman authored
ole32: Add a test that shows CoFreeUnusedLibraries only frees unused libraries from the current apartment.
-
Rob Shearman authored
ole32: Move the handling of loading a dll and getting an in-process object from it to an apartment-specific function. Use it to implement apartment_hostobject in a cleaner way so that it is guaranteed to not recurse.
-
Rob Shearman authored
-
Rob Shearman authored
Store the library name and make it reference counted.
-
Fabian Bieler authored
-
Fabian Bieler authored
-
Fabian Bieler authored
-
Chris Robinson authored
-
Chris Robinson authored
-
Chris Robinson authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
File handles are signaled when an I/O operation completes, and reset when another operation is queued.
-
Alexandre Julliard authored
Get rid of a few WaitForMultipleObjectsEx hacks.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Paul Vriens authored
-
Aric Stewart authored
Do not attempt to draw a page during WM_PAINT if there is no active page.
-
Felix Nawothnig authored
-
Felix Nawothnig authored
-
Steven Edwards authored
-