Commit Graph

55101 Commits

Author SHA1 Message Date
Juan Lang 0b32bdc4b4 advapi32: Test LookupAccountName with the computer name as the account name. 2009-02-05 14:22:39 +01:00
Paul Vriens c07b5fc5d9 fusion/tests: Do the conversion before testing. 2009-02-05 13:15:46 +01:00
Michael Stefaniuc 7dbba8c335 winhttp: Remove superfluous pointer casts. 2009-02-05 13:15:37 +01:00
Michael Stefaniuc e89386a59e user32/tests: Remove superfluous pointer casts.
The (MENUITEMINFO)->dwTypeData is really a string ... the joys of the
Hungarian notation.
2009-02-05 13:15:32 +01:00
Michael Stefaniuc 15229de500 include: Change some DWORD to DWORD_PTR in msacmdrv.h.
The changes are for Win64 compatibility and match the DDK.
2009-02-05 13:15:28 +01:00
Michael Stefaniuc 01af587568 include: Remove struct PORTALLOC from mmddk.h.
It doesn't exist in the DDK nor is it used in Wine.
2009-02-05 13:15:24 +01:00
Michael Stefaniuc 8aeacc5fb5 include: Change some DWORD to DWORD_PTR in msacm.h.
The change is for Win64 compatibility and it matches the DDK.
2009-02-05 13:15:21 +01:00
Dmitry Timoshkov 5804470f26 gdi32: Make sure that World2Vport DC transformation is valid before using it. 2009-02-05 13:15:17 +01:00
Marcus Meissner 540f11f6d6 cryptui: Check NULL ptr differently (Coverity). 2009-02-05 13:15:13 +01:00
Jacek Caban af835d654f mshtml: Return nsIDocumentObserver as nsISupport of nsDocumentObserver object. 2009-02-05 13:15:03 +01:00
Francois Gouget b4c47eabd4 winedos: Remove spaces before '\n's. 2009-02-05 13:14:58 +01:00
Francois Gouget d7033b4be5 xrandr: X11DRV_XRandR_Cleanup() is unused so remove it. 2009-02-05 13:14:54 +01:00
Francois Gouget 930061c252 winex11.drv: X11DRV_XF86VM_SetExclusiveMode() is unused so remove it. 2009-02-05 13:14:50 +01:00
Francois Gouget 323c94b5fe progman: Reorder some functions to avoid forward declarations in dialog.c. 2009-02-05 13:14:47 +01:00
Francois Gouget cb42582287 d3dx8/tests: Make compare() static. 2009-02-05 13:14:44 +01:00
Francois Gouget d13fed31fd rsaenh: {alloc,release}_handle_table() are not used so remove them. 2009-02-05 13:14:40 +01:00
Francois Gouget 678a0e1eb5 taskmgr: Make TrayIcon_GetProcessorUsageIcon() static. 2009-02-05 13:14:33 +01:00
Francois Gouget 07ccd5a36d taskmgr: Reorder some functions to avoid forward declarations in graphctl.c. 2009-02-05 13:14:30 +01:00
Francois Gouget 097863ba46 taskmgr: Reorder some functions to avoid forward declarations in applpage.c. 2009-02-05 13:14:27 +01:00
Francois Gouget fb3f3b88ac shell32/tests: Remove spaces before a '\n's. 2009-02-05 13:14:25 +01:00
Francois Gouget ad5b8e5d1e twain_32/tests: Add a trailing '\n' to ok() calls. 2009-02-05 13:14:22 +01:00
Detlef Riekenberg 71c27c99d4 localspl: Enable environment "Windows x64" for Win64. 2009-02-05 13:14:12 +01:00
Detlef Riekenberg c0e11f663b winspool: Enable environment "Windows x64" for Win64. 2009-02-05 13:14:08 +01:00
Detlef Riekenberg 1693cd1c5d winspool/tests: Run more tests on Win64. 2009-02-05 13:14:05 +01:00
Andrew Talbot 5b60142f94 dbghelp: Remove unused function. 2009-02-05 13:13:58 +01:00
Andrew Talbot 75572fdb0c dplayx: Remove unused functions. 2009-02-05 13:13:55 +01:00
Andrew Talbot c744710bd5 dsound: Remove unused function. 2009-02-05 13:13:52 +01:00
Andrew Talbot cd0317f22d inetcomm: Remove unused function. 2009-02-05 13:13:49 +01:00
Andrew Talbot 59a50245be itss: Remove unused function. 2009-02-05 13:13:46 +01:00
Andrew Talbot 61292cfc61 cabinet: Declare a function static. 2009-02-05 13:13:43 +01:00
Aric Stewart ec7ba645dd mlang: Handle non Japanese case in ConvertUnknownJapaneseToUnicode. 2009-02-05 13:13:37 +01:00
Marcus Meissner 8b812b413d urlmon: Fixed target buffer length to MultiByteToWideChar. 2009-02-05 13:13:28 +01:00
Marcus Meissner 635ec22e4b mshtml: Fixed second buffer argument to MultiByteToWideChar. 2009-02-05 13:12:44 +01:00
Marcus Meissner d65bd8ff24 atl: Fixed second buffer size to MultiByteToWideChar. 2009-02-05 13:11:48 +01:00
Marcus Meissner 2febaf6438 mshtml: Fixed last argument to MultiByteToWideChar. 2009-02-05 13:11:32 +01:00
Juan Lang 55b504cc88 mshtml: Pass bytes written pointer to WriteFile. 2009-02-05 13:11:16 +01:00
Juan Lang 69cf059e8b shell32: Remove an obsolete comment. 2009-02-05 13:10:37 +01:00
Juan Lang 5c39ea4509 shell32: Use the normal list checks for CSIDL_PERSONAL. 2009-02-05 13:10:33 +01:00
Alexandre Julliard 64e43b6192 winegcc: Pass the -m32/-m64 options to winebuild too. 2009-02-04 20:10:49 +01:00
Alexandre Julliard dca163290d winebuild: Search for the as/ld/nm tools in the PATH under various names. 2009-02-04 19:37:13 +01:00
Alexandre Julliard 0e954b14eb winebuild: Append the correct options for as and ld when forcing a 32/64-bit build. 2009-02-04 19:33:49 +01:00
Alexandre Julliard d07f67acbc winebuild: Determine the appropriate as/ld/nm commands at the time they are needed. 2009-02-04 19:31:54 +01:00
Juan Lang 63abc12461 shell32: Remove a test that fails on Win64. 2009-02-04 15:56:17 +01:00
Vincent Pelletier 0924ddd2ba msadp32.acm: Block align the adpcm extra data.
Based heavily on Stefano Guidoni's patch.
2009-02-04 15:55:22 +01:00
Jeremiah Flerchinger 8ee698c29e winedos: Unify Fake BIOS & VGA display mode selection information and algorithms. 2009-02-04 15:55:15 +01:00
Nikolay Sivov 1ba1ff5f16 propsys: Stub for PSRegisterPropertySchema. 2009-02-04 15:42:39 +01:00
Nikolay Sivov c17266de9e gdiplus: Implemented GdipGetLogFontA. 2009-02-04 15:41:09 +01:00
Nikolay Sivov 9f0edc5e7c gdiplus: Implemented GdipFillRegion. 2009-02-04 15:40:59 +01:00
Aric Stewart 929aadf29b msctf: Implement TF_GetThreadMgr. 2009-02-04 15:11:56 +01:00
Aric Stewart f94f78ff03 msctf: Implement TF_CreateThreadMgr. 2009-02-04 15:10:59 +01:00