Commit Graph

92862 Commits

Author SHA1 Message Date
Detlef Riekenberg dcce818540 api-ms-win-downlevel-normaliz-l1-1-0: Add dll. 2012-12-20 12:17:22 +01:00
Detlef Riekenberg 5b5e8d9b68 api-ms-win-downlevel-user32-l1-1-0: Add dll. 2012-12-20 12:15:16 +01:00
Detlef Riekenberg f8c041fef4 api-ms-win-downlevel-version-l1-1-0: Add dll. 2012-12-20 12:14:51 +01:00
Frédéric Delanoy 2952db6403 xmllite: Avoid dead initialization (clang). 2012-12-20 12:01:33 +01:00
Austin English bc4e1efce3 winedbg: stack_backtrace should not return a value. 2012-12-20 12:01:15 +01:00
Austin English ecfb6539f6 widl: add_interface_typeinfo should not return a value. 2012-12-20 12:01:08 +01:00
Austin English 554a2ccb11 widl: write_array_element_type shouldn't return a value. 2012-12-20 12:01:02 +01:00
Frédéric Delanoy 5188f08bf4 cmd: Remove dead assignments (clang). 2012-12-20 12:00:45 +01:00
André Hentschel e431d89ed2 kernel32/tests: Don't test function directly when reporting GetLastError(). 2012-12-20 12:00:26 +01:00
André Hentschel 61a1213078 msvcrt/tests: Don't test function directly when reporting errno. 2012-12-20 12:00:21 +01:00
Jacek Caban f28324a69c atl80: Updated spec file. 2012-12-19 14:39:01 +01:00
Jacek Caban 5f4f215c2d atl100: Added AtlWinModuleExtractCreateWndData tests. 2012-12-19 14:39:00 +01:00
Jacek Caban c0456aea76 atl100: Added AtlWinModuleExtractCreateWndData implementation. 2012-12-19 14:39:00 +01:00
Detlef Riekenberg 8ca7a068f4 api-ms-win-downlevel-shlwapi-l1-1-0: Add dll. 2012-12-19 14:38:59 +01:00
Detlef Riekenberg 52a231c5b7 api-ms-win-downlevel-advapi32-l1-1-0: Add dll. 2012-12-19 14:38:59 +01:00
Alexandre Julliard a0ec065666 make_specfiles: Don't copy the ordinal flag if not appropriate. 2012-12-19 14:38:59 +01:00
Jiang Yike 44d5d3951b wined3d: Add recognition for NVIDIA GeForce GTX 660 Ti, 660, 650 Ti and 650. 2012-12-19 14:38:59 +01:00
Huw Davies b83216c124 usp10: PairValueRecord is a variable length struct, so don't use a C array to index into them. 2012-12-19 14:38:59 +01:00
Huw Davies c28897f3e9 usp10: Add the ability to just return the size of the value record. 2012-12-19 14:38:59 +01:00
Jacek Caban 9f781a06dc propvarutil.h: Added InitPropVariantFromInt64 declaration and inline implementation. 2012-12-19 14:38:59 +01:00
Frédéric Delanoy 40a69ae868 cmd: Remove dead assignment (clang). 2012-12-19 14:38:59 +01:00
Hans Leidekker f33f7a5df1 wininet: Map socket errors to ERROR_INTERNET_CANNOT_CONNECT in create_netconn_socket. 2012-12-19 14:38:59 +01:00
Hans Leidekker 10cb483cf1 winhttp: Add a missing goto in winhttp_request_get_Status. 2012-12-19 14:38:58 +01:00
Hans Leidekker 4788c214e2 winhttp/tests: Fix test failures on Windows 8. 2012-12-19 14:38:58 +01:00
Hans Leidekker 61db36556a msi: Fix a test failure on Windows 8 and conform to the more recent behavior. 2012-12-19 14:38:58 +01:00
Piotr Caban 7771552f24 msvcrt: Don't fail when _aligned_offset_malloc is used with size=0. 2012-12-19 14:38:58 +01:00
Nikolay Sivov 140bfd2823 winedump: Fix argument format for DllMain trace. 2012-12-19 14:38:58 +01:00
Nikolay Sivov f3f81387f1 version: Remove 'return' from void function. 2012-12-19 14:38:58 +01:00
Nikolay Sivov b6eaf8761d scrrun: Implement GetFileVersion(). 2012-12-19 14:38:58 +01:00
Nikolay Sivov f2eb6d018f xmllite: Remove dead code. 2012-12-19 14:38:58 +01:00
Nikolay Sivov c085b8d930 xmllite: Support comment nodes. 2012-12-19 14:38:58 +01:00
Nikolay Sivov 61483a581e xmllite: Track internal parser state to select expected node type. 2012-12-19 14:38:57 +01:00
Frédéric Delanoy ef56b7a448 po: Update French translation. 2012-12-19 12:55:12 +01:00
Andrew Talbot 97fdb7a9ba ole2disp.dll16: Indentation fix. 2012-12-19 12:54:51 +01:00
Andrew Talbot fa96beb5c4 ole32: Indentation fix. 2012-12-19 12:54:41 +01:00
Stefan Dösinger 8cf55497cc wined3d: Remove draw_*_primitive_up.
Note that I can't remove the state->user_stream mess yet, because of
draw_*_primitive_strided. Another patchset will deal with that.
2012-12-19 12:53:28 +01:00
Stefan Dösinger f3f172ce81 d3d9: Use dynamic buffers for DrawIndexedPrimitiveUP. 2012-12-19 12:53:23 +01:00
Stefan Dösinger 873603f941 d3d9: Use a dynamic buffer for DrawPrimitiveUP. 2012-12-19 12:53:20 +01:00
Stefan Dösinger 01197730ef d3d8: Use dynamic buffers for DrawIndexedPrimitiveUP. 2012-12-19 12:53:15 +01:00
Stefan Dösinger 7dd4460bc8 d3d8: Use a dynamic vertex buffer for DrawPrimitiveUP. 2012-12-19 12:53:12 +01:00
Christian Costa b47facb4af dmloader: COM cleanup of IDirectMusicLoader object. 2012-12-18 19:26:26 +01:00
Alexandre Julliard bbf3e8621a gdi32: Remove from the GetTextExtentExPoint entry points parameters that can't be handled by the driver. 2012-12-18 19:26:25 +01:00
Alexandre Julliard 1c2f23cf2f gdi32: Add helper functions for GetTextExtentExPoint and fix handling of text justification. 2012-12-18 19:21:44 +01:00
Jörg Höhle 17f098869f winealsa: Separate read and write pointers. 2012-12-18 19:21:31 +01:00
Jörg Höhle b18c5e811f mmdevapi: SetEventHandle is allowed only once. 2012-12-18 16:30:36 +01:00
Jacek Caban c38d5ce73c atl100: Added AtlWinModuleInit tests. 2012-12-18 12:40:11 +01:00
Jacek Caban a650ce1104 atl100: Added AtlWinModuleInit implementation. 2012-12-18 12:38:56 +01:00
Piotr Caban 1f784a1001 msvcrt: Use CompareString in wcscoll functions. 2012-12-18 12:38:48 +01:00
Piotr Caban 0c91daee8b msvcrt: Use LC_COLLATE category in strcoll functions. 2012-12-18 12:38:39 +01:00
Piotr Caban 2cb51d9f4a msvcrt: Added more setlocale tests. 2012-12-18 12:38:22 +01:00