Commit Graph

60354 Commits

Author SHA1 Message Date
Jacek Caban aa612ec39b wininet: Get rid of useless read_ret in netconn_read. 2011-05-02 12:48:00 +02:00
Nikolay Sivov c8f9c4581c msxml3: Basic support for startDocument(). 2011-05-02 12:47:43 +02:00
Nikolay Sivov e93125f31b msxml3: Basic support for encoding property. 2011-05-02 12:47:25 +02:00
Nikolay Sivov 92668f1d30 msxml3: Store stream reference as destination. 2011-05-02 12:47:16 +02:00
Nikolay Sivov 1d816be12e msxml3: Add support for standalone property. 2011-05-02 12:47:06 +02:00
Nikolay Sivov 387966c48a msxml3: Add ISAXContentHandler stub for MXXMLWriter. 2011-05-02 12:46:57 +02:00
Nikolay Sivov a12d2d7233 msxml3: A stub for MXXMLWriter class. 2011-05-02 12:46:45 +02:00
Nicolas Le Cam cfe11f1875 ole32/tests: Fix large integer overflow warnings. 2011-05-02 12:42:21 +02:00
Nicolas Le Cam acbb7b817a msvcrt/tests: Avoid size_t in traces. 2011-05-02 12:42:08 +02:00
Nicolas Le Cam 401961f8fb comctl32/tests: Remove a set but unused variable. 2011-05-02 12:41:39 +02:00
Marcus Meissner 5c29f78e6c amstream: Mark internal symbols as hidden. 2011-05-02 12:39:08 +02:00
Marcus Meissner cc43dba68e browseui: Mark internal symbols as hidden. 2011-05-02 12:39:05 +02:00
Marcus Meissner 048999c79a advpack: Mark internal symbols as hidden. 2011-05-02 12:39:01 +02:00
Marcus Meissner 8b500948fa mshtml: Mark internal symbols as hidden. 2011-05-02 12:38:57 +02:00
Marcus Meissner ea85bc9509 winex11.drv: Assertion was 1 off (Coverity). 2011-05-02 12:38:13 +02:00
Marcus Meissner bb8466eb00 mscms: Mark internal symbols as hidden. 2011-05-02 12:37:28 +02:00
Marcus Meissner 6d144cf012 ddraw: Added missing break (Coverity). 2011-05-02 12:37:25 +02:00
Eric Pouech 108b63f5a6 dbghelp: Enhance a couple of register mapping functions for i386. 2011-05-02 12:37:07 +02:00
Eric Pouech 2c2da87ccd dbghelp: Don't try to load fieldlist for a forward declaration. 2011-05-02 12:36:05 +02:00
Alexandre Julliard 9c76ed18b7 msvcrt: Add stubs for the 64-bit msvcirt entry points. 2011-05-01 20:37:18 +02:00
Alexandre Julliard abe0823b72 msvcrt: Implemented a few trivial math functions. 2011-05-01 12:52:35 +02:00
Alexandre Julliard d72da00206 msvcrt: Export _aexit_rtn. 2011-05-01 11:42:30 +02:00
Peter Urbanec de4040699a dbghelp: Prevent winedbg page faults when loading some PDBs generated by the Intel C Compiler. 2011-04-29 16:56:30 +02:00
Hwang YunSong aeac26fec6 appwiz.cpl: Update Korean resource. 2011-04-29 16:52:13 +02:00
Henri Verbeet c4b73c4550 wined3d: Get rid of the IWineD3DSurface typedefs. 2011-04-29 16:52:13 +02:00
Henri Verbeet 1c1de920e3 wined3d: Remove COM from the surface implementation. 2011-04-29 16:52:13 +02:00
Henri Verbeet ab199f56a6 wined3d: Merge the IWineD3DSurface::Blt() implementations. 2011-04-29 16:52:13 +02:00
Henri Verbeet 29c95df7c3 wined3d: Merge the IWineD3DSurface::BltFast() implementations. 2011-04-29 16:52:12 +02:00
Henri Verbeet 0b523df93c wined3d: Merge the IWineD3DSurface::Flip() implementations. 2011-04-29 16:52:12 +02:00
Austin English 51bdb255e3 advapi32: Add ProcessTrace stub. 2011-04-29 16:52:12 +02:00
Austin English f9a455964c advapi32: Add OpenTraceA/W stubs. 2011-04-29 16:52:12 +02:00
Alexandre Julliard 2fcba8ee23 msvcrt: Forward preferably to msvcr90 when there is an export with the same name. 2011-04-29 16:52:11 +02:00
Alexandre Julliard 60f3a809f5 msvcrt: Synchronize spec files across dlls. 2011-04-29 16:51:57 +02:00
Alexandre Julliard a3172a5dcd msvcp60: Add a stub dll. 2011-04-29 14:24:34 +02:00
Piotr Caban 65c2fa9b2c msvcp80: Updated spec file. 2011-04-29 14:21:43 +02:00
Piotr Caban f55449d354 msvcp90: Added basic_string<char> operator+=(char*) implementation. 2011-04-29 14:21:43 +02:00
Piotr Caban 930cfafa05 msvcp90: Added basic_string<char> clear implementation. 2011-04-29 14:21:43 +02:00
Piotr Caban 391d488694 msvcp90: Added basic_string<char> constructor implementation (cstr, len). 2011-04-29 14:21:42 +02:00
Piotr Caban 35b4d8eb9d msvcp90: Added basic_string<char> resize implementation. 2011-04-29 14:21:42 +02:00
Piotr Caban 73d60c3a08 msvcp90: Added basic_string<char> operator[] implementation. 2011-04-29 14:21:42 +02:00
Piotr Caban ce8a64470b msvcp90: Added basic_string<char> at implementation. 2011-04-29 14:21:42 +02:00
Piotr Caban b8408b257a msvcp90: Added basic_string<char> operator +=(char) implementation. 2011-04-29 14:21:42 +02:00
Piotr Caban 02e46c8eaa msvcp90/tests: Added basic_string<char> find tests. 2011-04-29 14:21:42 +02:00
Piotr Caban c08b647cf6 msvcp90: Added basic_string<char> find implementation. 2011-04-29 14:21:42 +02:00
Piotr Caban 6bf4541bf8 msvcp90: Added basic_string<char> operator< implementation. 2011-04-29 14:21:41 +02:00
Piotr Caban b7990be894 msvcp90: Move basic_string<char>:swap implementation. 2011-04-29 14:21:41 +02:00
Marcus Meissner 46f1d8a865 windowscodecs: Mark internal symbols as hidden. 2011-04-29 14:21:41 +02:00
Marcus Meissner 4b04574275 wintrust: Mark internal symbols as hidden. 2011-04-29 14:21:41 +02:00
Marcus Meissner 974326bfac winhttp: Mark internal symbols as hidden. 2011-04-29 14:21:41 +02:00
Marcus Meissner 719345017c avifil32: Mark internal symbols as hidden. 2011-04-29 14:21:41 +02:00