mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 01:03:08 +00:00
- Sync winetests with Wine head (comcat, crypt32, gdiplus, lz32, mapi32, mlang, msacm32, mshtml, msvcrt, netapi32, riched20, riched32, rsaenh, schannel, setupapi, shdocvw, urlmon, user32, usp10, uxtheme, version, winhttp, wininet, wintrust, ws2_32)
svn path=/trunk/; revision=39773
This commit is contained in:
parent
6069429da7
commit
7183be3ead
93 changed files with 12627 additions and 4888 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
static BOOL CALLBACK FormatTagEnumProc(HACMDRIVERID hadid,
|
||||
PACMFORMATTAGDETAILS paftd,
|
||||
DWORD dwInstance,
|
||||
DWORD_PTR dwInstance,
|
||||
DWORD fdwSupport)
|
||||
{
|
||||
if (winetest_interactive)
|
||||
|
@ -45,7 +45,7 @@ static BOOL CALLBACK FormatTagEnumProc(HACMDRIVERID hadid,
|
|||
|
||||
static BOOL CALLBACK FormatEnumProc(HACMDRIVERID hadid,
|
||||
LPACMFORMATDETAILS pafd,
|
||||
DWORD dwInstance,
|
||||
DWORD_PTR dwInstance,
|
||||
DWORD fd)
|
||||
{
|
||||
if (winetest_interactive)
|
||||
|
@ -55,7 +55,7 @@ static BOOL CALLBACK FormatEnumProc(HACMDRIVERID hadid,
|
|||
}
|
||||
|
||||
static BOOL CALLBACK DriverEnumProc(HACMDRIVERID hadid,
|
||||
DWORD dwInstance,
|
||||
DWORD_PTR dwInstance,
|
||||
DWORD fdwSupport)
|
||||
{
|
||||
MMRESULT rc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue