Commit Graph

94514 Commits

Author SHA1 Message Date
Piotr Caban 9e32259457 msvcrt: Don't forward wcsncpy to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban 975801cceb msvcrt: Don't forward towupper and towlower to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban b626556272 msvcrt: Don't forward strncpy to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban e66e950459 msvcrt: Don't forward strncmp to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban bf237452ef msvcrt: Don't forward strchr to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban 1278080901 msvcrt: Don't forward memset to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban 15b40e7b9c msvcrt: Don't forward atoi to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban 06c6773844 msvcrt: Added _wtol_l implementation. 2013-03-27 20:12:29 +01:00
Piotr Caban 5c03a35f7a msvcrt: Don't forward _wtoi to ntdll. 2013-03-27 20:12:29 +01:00
Piotr Caban 0ffc970aa4 msvcrt: Don't forward _wcsicmp to ntdll. 2013-03-27 20:12:29 +01:00
Jacek Caban 79c5d5cc17 secur32: Added SECPKG_ATTR_SUPPORTED_PROTOCOLS tests. 2013-03-27 20:12:29 +01:00
Jacek Caban e413b8a505 secur32: Added SECPKG_ATTR_SUPPORTED_PROTOCOLS implementation. 2013-03-27 20:12:28 +01:00
Jacek Caban 0f2e0365ea secur32: Added support for grbitEnabledProtocols in schan_AcquireClientCredentials. 2013-03-27 20:12:28 +01:00
Ken Thomases 81d1bfd65d winemac: Set the ordering of color modes explicitly to reduce chance of picking an odd one. 2013-03-27 20:12:28 +01:00
Ken Thomases 484cf761fc winemac: Use kCGLPFANoRecovery for accelerated pixel formats in create_context(). 2013-03-27 20:12:28 +01:00
Akihiro Sagawa cf2ce8c64b msvcrt/tests: Add unicode fgetwc tests. 2013-03-27 20:12:28 +01:00
Akihiro Sagawa c2ce2fa06e msvcrt/tests: Add locale dependent fgetwc tests. 2013-03-27 20:12:28 +01:00
Akihiro Sagawa 23b8c4df19 msvcrt: Fix mbtowc_l in C locale. 2013-03-27 20:12:28 +01:00
Alexandre Julliard 27a93bfc13 inetcpl.cpl: Add a 256x256 icon. 2013-03-27 20:12:28 +01:00
Alexandre Julliard 7964bd820f appwiz.cpl: Add a 256x256 icon. 2013-03-27 20:12:28 +01:00
Alexandre Julliard d1cebac78d wordpad: Add a 256x256 icon. 2013-03-27 20:12:28 +01:00
Alexandre Julliard 4a99f2d4ca winhlp32: Add a 256x256 icon. 2013-03-27 20:12:28 +01:00
Alexandre Julliard c94d461731 winetest: Add a 256x256 icon. 2013-03-27 20:12:28 +01:00
Alexandre Julliard 182fbdc64f winemine: Add a 256x256 icon. 2013-03-27 20:12:28 +01:00
Alexandre Julliard e8cc9c69a4 winefile: Add a 256x256 icon. 2013-03-27 20:12:28 +01:00
Alexandre Julliard 5a0e0717c3 winecfg: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
Alexandre Julliard 24ac29e190 taskmgr: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
Alexandre Julliard 1090077e73 regedit: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
Alexandre Julliard 3f053c9149 notepad: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
Alexandre Julliard bed3e87d4e msiexec: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
Alexandre Julliard 2cf2741a30 iexplore: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
Alexandre Julliard 64ea72b667 cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
Alexandre Julliard 0aa3ae18f8 buildimage: Store large images as raw PNG files in icons. 2013-03-27 20:12:27 +01:00
Alexandre Julliard c9d806a0d1 wrc: Add support for PNG icons. 2013-03-27 20:12:27 +01:00
Alistair Leslie-Hughes a4cb7c46fe iads.idl: Add missing interfaces. 2013-03-27 20:12:27 +01:00
Austin English 56057acdcd ntdll: Add a stub for RtlConvertToAutoInheritSecurityObject. 2013-03-27 20:12:26 +01:00
Jacek Caban b7ffca591d jscript: Use helpers to access string buffer in object.c. 2013-03-27 12:13:44 +01:00
Jacek Caban e67169c114 jscript: Use helpers to access string buffer in global.c. 2013-03-27 12:13:41 +01:00
Jacek Caban 20530c55b8 jscript: Use helpers to access string buffer in engine.c. 2013-03-27 12:13:39 +01:00
Jacek Caban ecdf62d324 jscript: Use to_flat_string to access string buffer in array.c. 2013-03-27 12:13:36 +01:00
Jacek Caban 3bf7255d23 jscript: Added to_flat_string helper and use it to access string buffer in activex.c. 2013-03-27 12:13:32 +01:00
Piotr Caban 343122a494 msvcrt: Added _set_output_format tests. 2013-03-27 12:13:23 +01:00
Piotr Caban 9c4be83a78 msvcrt: Added _set_output_format implementation. 2013-03-27 12:13:20 +01:00
Piotr Caban 57fb89200f wmi: Match parameters list with function we're forwarding to. 2013-03-27 12:08:09 +01:00
Piotr Caban 60cf24a972 imagehlp: Match parameters list with function we're forwarding to. 2013-03-27 12:07:41 +01:00
Piotr Caban 6a0f7521ed shell32: Match parameters list with function we're forwarding to. 2013-03-27 12:07:11 +01:00
Piotr Caban 9f855ae4bb d3dx10: Match parameters list with function we're forwarding to. 2013-03-27 12:04:53 +01:00
Nikolay Sivov 29d37bd714 hlink: Implement IHlinkBrowseContext_SetCurrentHlink(). 2013-03-27 12:04:14 +01:00
Frédéric Delanoy 8e9af2869c wined3d: Add NVIDIA GeForce 410M. 2013-03-27 12:03:49 +01:00
Francois Gouget fbe7ab5c5a winhttp: netconn_get_next_line() is not used anymore so remove it. 2013-03-26 17:41:46 +01:00