Commit Graph

75213 Commits

Author SHA1 Message Date
Jacek Caban 48202ee09e jscript: Don't unescape '\v'. 2010-12-29 17:01:46 +01:00
Hwang YunSong 0dea1a65b4 notepad: Update Korean resource. 2010-12-29 17:00:26 +01:00
Hwang YunSong ab4eb729fd net: Update Korean resource. 2010-12-29 17:00:22 +01:00
Alexandre Julliard 1858f43d99 configure: Make the import lib name optional in WINE_CONFIG_DLL. 2010-12-29 14:10:47 +01:00
Eryk Wieliczko b6acca6696 msvcrt: Implement _ftime64_s and _ftime32_s. 2010-12-29 12:05:23 +01:00
Greg Geldorp f6990085cc setupapi/tests: Uninstall .pnf if uninstall of .inf failed. 2010-12-29 12:03:48 +01:00
Jacek Caban b00117d4b6 appwiz.cpl: Added checksum validation of downloaded file. 2010-12-29 11:59:39 +01:00
Adam Martinson 2eb2f71c03 configure: Fix OpenCL includes on systems with only CL/cl.h. 2010-12-29 11:59:39 +01:00
Arno Teigseth 01b9fd3679 msvcrt: Added _ui64tow_s. 2010-12-29 11:59:39 +01:00
Michael Stefaniuc 74ce3e53d4 oleaut32/tests: COM cleanup for usrmarshal.c. 2010-12-29 11:59:38 +01:00
Michael Stefaniuc bae6528247 sti: Use an iface instead of a vtbl pointer in sti_cf. 2010-12-29 11:59:38 +01:00
Michael Stefaniuc 3dd2c0d832 hnetcfg: Use an iface instead of a vtbl pointer in hnetcfg_cf. 2010-12-29 11:59:38 +01:00
Michael Stefaniuc 957cfa68da wmiutils: Use an iface instead of a vtbl pointer in wmiutils_cf. 2010-12-29 11:59:38 +01:00
Michael Stefaniuc a36f51f357 xmllite/tests: Use an iface instead of a vtbl pointer in testinput. 2010-12-29 11:59:38 +01:00
Michael Stefaniuc d15f5722cb explorerframe/tests: COM cleanup for INameSpaceTreeControlEventsImpl. 2010-12-29 11:59:37 +01:00
Michael Stefaniuc e53582fdc1 msxml3: Use an iface instead of a vtbl pointer in parse_error_t. 2010-12-29 11:59:37 +01:00
Michael Stefaniuc 17b4de2bba wbemprox: Use an iface instead of a vtbl pointer in wbemprox_cf. 2010-12-29 11:59:37 +01:00
Michael Stefaniuc 65ff66a111 inetcomm: Use an iface instead of a vtbl pointer in cf. 2010-12-29 11:59:36 +01:00
Michael Stefaniuc 3388353679 mshtml: Use an iface instead of a vtbl pointer in nsProtocolHandler. 2010-12-29 11:59:35 +01:00
Michael Stefaniuc 4b37d5c72b mshtml: COM cleanup for the IHTMLTxtRange iface. 2010-12-29 11:59:35 +01:00
Michael Stefaniuc 2a2bc6a98d msxml3: Use an iface instead of a vtbl pointer in httprequest. 2010-12-29 11:59:35 +01:00
Michael Stefaniuc 7af2899aeb oledb32: Use ifaces instead of vtbl pointers in convert. 2010-12-29 11:59:34 +01:00
Michael Stefaniuc 5101f249c8 hlink: Use ifaces instead of vtbl pointers in HlinkImpl. 2010-12-29 11:59:34 +01:00
Michael Stefaniuc abcd84aa0e mapi32: COM cleanup for the IPropData iface. 2010-12-29 11:59:34 +01:00
Michael Stefaniuc e67e836ef9 mapi32: Fully merge the IMAPIProp ifaces into IPropData. 2010-12-29 11:59:34 +01:00
Michael Stefaniuc ef39e0ec1a crypt32: Don't open code CONTAINING_RECORD(). 2010-12-29 11:59:34 +01:00
André Hentschel ffea4ba5ac advapi32/tests: Even more tests for the merged view of HKCR. 2010-12-29 11:59:33 +01:00
Gerald Pfeifer 8f7d06b69b dbghelp: Make ehdr_addr in elf_enum_modules_internal dependent on AT_SYSINFO_EHDR. 2010-12-29 11:59:33 +01:00
André Hentschel ba1f962d10 ntdll/tests: Don't test function directly when reporting GetLastError(). 2010-12-29 11:59:33 +01:00
Vitaliy Margolen 2774d40463 dinput: Convert DirectInput to using interface instead of vtbl. 2010-12-29 10:48:32 +01:00
Yaron Shahrabani 4a17b11d97 wininet: Updated Hebrew translation. 2010-12-29 10:47:47 +01:00
André Hentschel 06560dd092 jscript: Update German translation. 2010-12-29 10:47:38 +01:00
Aurimas Fišeras 6ac2a7eb04 jscript: Update Lithuanian translation. 2010-12-29 10:47:33 +01:00
Jacek Caban 10b1a7edf6 jscript: Added conditional compilation tests. 2010-12-28 16:35:43 +01:00
Jacek Caban 45e33ec280 jscript: Beginning support for conditional compilation. 2010-12-28 16:35:43 +01:00
Jacek Caban 74416052ce jscript: Moved allocating double literal to separated function. 2010-12-28 16:35:43 +01:00
Jacek Caban 501cad6920 jscript: Moved new_boolean_literal to lex.c. 2010-12-28 16:35:42 +01:00
Jacek Caban 0f36ef09b1 jscript: Ensure that the whole script is parsed. 2010-12-28 16:35:42 +01:00
Jacek Caban 5e469f4fff jscript: Use HRESULTs instead of IDSs in parser. 2010-12-28 16:35:42 +01:00
Jacek Caban 7774a0a4c1 jscript: Pass HRESULTs instead of IDSs to throw_* functions. 2010-12-28 16:35:41 +01:00
Jacek Caban aab8a1ba3a jscript: Better syntax error tests. 2010-12-28 16:35:41 +01:00
Greg Geldorp 519c288946 shell32/tests: Fix race conditions. 2010-12-28 16:35:41 +01:00
Rico Schüller ba9d311f0d d3dcompiler: Implement ID3D11ReflectionInterface::GetDesc(). 2010-12-28 16:35:40 +01:00
Rico Schüller 127d07a3cc d3dcompiler: Add initial SHDR and SHEX parsing. 2010-12-28 16:35:40 +01:00
Rico Schüller a2a7000eeb d3dcompiler: Add initial RDEF parsing. 2010-12-28 16:35:40 +01:00
Alexandre Julliard 6cce7fa0ce configure: Add a generic mechanism for passing flags to dll and program rules. 2010-12-28 16:35:40 +01:00
Alexandre Julliard 8639550155 winebuild: Allow duplicate resources with different versions and keep the highest version. 2010-12-28 16:35:40 +01:00
Alexandre Julliard 66814d0dd6 winex11: Make the tool window flag take precedence when setting the window type.
This prevents some menus from being marked as dialogs.
2010-12-28 16:35:40 +01:00
Hwang YunSong a13078eebd msvidc32: Update Korean resource. 2010-12-28 16:35:39 +01:00
Hwang YunSong dd7dc1f8ec msvfw32: Update Korean resource. 2010-12-28 16:35:39 +01:00