Commit Graph

77535 Commits

Author SHA1 Message Date
Hans Leidekker eaef76f041 netapi32: Add support for remote computers in NetServerGetInfo. 2013-11-12 12:58:04 +01:00
Hans Leidekker 65d12829b6 netapi32: Perform a case-insensitive string comparison in NETAPI_IsLocalComputer. 2013-11-12 12:58:04 +01:00
Hans Leidekker edbf3ac0ee netapi32: Merge local_group.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker 192cc0aca4 netapi32: Merge ds.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker 01fb3a1b90 netapi32: Merge browsr.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker 97bc30ae19 netapi32: Merge access.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker cf597a7603 netapi32: Merge wksta.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker eb8264bac3 netapi32: Merge share.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker a746b826f4 netapi32: Merge apibuf.c into netapi32.c. 2013-11-12 12:58:04 +01:00
Hans Leidekker fe3669e823 netapi32: Move NetBios functions to netbios.c. 2013-11-12 12:58:03 +01:00
Frédéric Delanoy b6f934fe33 shell32: Use BOOL type where appropriate. 2013-11-12 12:58:03 +01:00
Frédéric Delanoy 685b931c2a mscms: Use BOOL type where appropriate. 2013-11-12 12:58:03 +01:00
Frédéric Delanoy e50dfb69ee mmdevapi: Use BOOL type where appropriate. 2013-11-12 12:58:03 +01:00
Frédéric Delanoy 1d65efe50b dbghelp: Use BOOL type where appropriate. 2013-11-12 12:58:03 +01:00
André Hentschel 2209fdbdd2 user32/tests: Fix GetSystemMetrics test on Win8. 2013-11-12 12:58:03 +01:00
André Hentschel b6b9050d58 ntdll: Implement LdrResolveDelayLoadedAPI. 2013-11-12 12:58:03 +01:00
André Hentschel c6f70ca853 kernel32/tests: Improved tests for the ResolveDelayLoadedAPI callback. 2013-11-12 12:57:54 +01:00
Nikolay Sivov d0bf7f4eaf ole32: Added activation context support for OleRegGetMiscStatus(). 2013-11-11 20:56:20 +01:00
Alexandre Julliard 4242c437a2 comctl32/tests: Fix a test that fails on Windows. 2013-11-11 20:56:19 +01:00
Michael Müller 1b5026424b quartz: Improve stubs for AMCertifiedOutputProtection. 2013-11-11 20:07:02 +01:00
Sebastian Lackner df6dc091e6 winex11: Implement additional XEMBED events. 2013-11-11 20:06:56 +01:00
Jacek Caban ea24a5b1f4 mshtml: Added IHTMLBodyElement::scroll attribute implementation. 2013-11-11 17:06:47 +01:00
Zhenbo Li 7c1602464a shell32/tests: Add tests for SHFileOperationA. 2013-11-11 17:06:46 +01:00
André Hentschel eef5e45ee6 ntdll: Improved reporting of CPU Level and Revision on ARM. 2013-11-11 17:06:46 +01:00
Rico Schüller c1a0fbd146 d3dx9/tests: Fix variable names. 2013-11-11 17:06:46 +01:00
Nikolay Sivov 7c06695727 atl80/tests: Add SxS manifest to make it run on windows. 2013-11-11 17:06:46 +01:00
Frédéric Delanoy 50435f6623 winegstreamer: Use boolean type where appropriate. 2013-11-11 17:06:44 +01:00
Frédéric Delanoy 5dfe1b0cfe comctl32: Use BOOL type where appropriate. 2013-11-11 13:27:28 +01:00
Marcus Meissner b745d8692b quartz: Use FreeLibrary instead of CloseHandle (Coverity). 2013-11-11 13:27:27 +01:00
André Hentschel 7ddb8e25bb dinput8/tests: Enable compilation with -D__WINESRC__. 2013-11-11 13:27:27 +01:00
Francois Gouget daf3c95d04 shlwapi/tests: Make test_SHCreateStreamOnFileEx_CopyTo() static. 2013-11-11 12:37:23 +01:00
Alexandre Julliard 836b682ed3 dbghelp: Remove a useless DllMain, msvcrt can't be unloaded. 2013-11-11 11:49:18 +01:00
Alexandre Julliard fe946f253a makefiles: Add a makedep pragma to mark source files that are parts of the import library. 2013-11-11 11:46:21 +01:00
Alexandre Julliard 456c8f435a makefiles: Remove the no longer needed EXTRASUBDIRS variables. 2013-11-09 22:10:52 +01:00
Qian Hong f7835dea2d user32: Implement OpenInputDesktop. 2013-11-08 16:29:44 +01:00
Daniel Lehman 37dad12971 kernel32: Use ANSI code page if current thread locale has no code page. 2013-11-08 16:29:43 +01:00
Alexandre Julliard ec7c250450 shlwapi/tests: Test if SHCreateStreamOnFileEx is present before using it. 2013-11-08 16:29:43 +01:00
Dmitry Timoshkov 2bbd179ea4 gdiplus: Add test for data returned by GdipGetRegionData for a translated integer region. 2013-11-08 16:29:43 +01:00
Dmitry Timoshkov 108a633677 gdiplus: Use flags 0 for an empty path in region to follow Windows7+ behaviour. 2013-11-08 16:29:43 +01:00
Dmitry Timoshkov 9797afd003 gdiplus/tests: Fix the test for flags of an empty region. 2013-11-08 16:29:43 +01:00
Dmitry Timoshkov 7dfbadec67 gdiplus/tests: Clean up the use of macros in the region tests. 2013-11-08 16:29:43 +01:00
Dmitry Timoshkov 394d4b07e6 gdiplus: Avoid not necessary memory allocations in GdipCreateRegionPath. 2013-11-08 16:29:43 +01:00
Dmitry Timoshkov f204aab17f gdiplus: Use same rounding formula that is used to decide whether a path should be stored as an array integers. 2013-11-08 16:29:43 +01:00
Jacek Caban 06246aff90 rpcrt4: Compile tests with -D__WINESRC__. 2013-11-08 16:29:43 +01:00
Jacek Caban a808f23cba urlmon: Compile tests with -D__WINESRC__. 2013-11-08 16:29:43 +01:00
André Hentschel f8c416b219 ws2_32/tests: Enable compilation with -D__WINESRC__. 2013-11-08 12:47:25 +01:00
Frédéric Delanoy 464110b1cb d3drm/tests: Use BOOL type where appropriate. 2013-11-08 12:46:27 +01:00
Frédéric Delanoy 84fb23f476 dinput: Use BOOL type where appropriate. 2013-11-08 12:46:21 +01:00
Frédéric Delanoy 27947d2662 d3dcompiler_43: Use BOOL type where appropriate. 2013-11-08 12:46:15 +01:00
Frédéric Delanoy 5117af69a7 comctl32/tests: Use BOOL type where appropriate. 2013-11-08 12:46:11 +01:00