search for: winapi_check

Displaying 20 results from an estimated 22 matches for "winapi_check".

2007 Aug 10
0
Wine release 0.9.43
...DK, DrawShadowText() takes a non-const RECT pointer. crypt32: Fix the CryptReleaseContext() prototype. crypt32: Add some missing CERT_XXX_ID constants. crypt32: Add FIXMEs for a couple of missing includes. winapi: Remove some dead code. atl: Update win32.api to fix the winapi_check warnings. Assorted spelling fixes. d3d9: Declare the D3DPERF_Xxx() functions in d3d9.h. dnsapi: Define DNS_STATUS as LONG instead of long to improve Win64 compatibility. dnsapi: Add some constants. gdiplus: Use the gdiplus type, REAL, rather than FLOAT. imagehlp:...
2007 Feb 16
0
Wine release 0.9.31
...comctl32: Remove unnecessary and misused mask member from TAB_ITEM. comctl32: Rename 'string' test to 'misc'. comctl32: Add tests for Alloc() and friends. comctl32: Remove redundant NULL checks before Free() calls. Francois Gouget (49): snmpapi: Fix the winapi_check warnings. winecoreaudio.drv: Update win32.api to fix the winapi_check warnings. usp10: Update win32.api to fix the winapi_check warnings. wintrust: Better match the PSDK types and fix the winapi_check warnings. wintrust: Add missing prototypes and a missing include directive...
2007 Sep 14
0
Wine release 0.9.45
...types. kernel32/tests: If the registry happens to be set up right, check that winedbg does not mess up the crashed process exit code (unfortunately it does). kernel32/tests: Don't call ok() in child processes. Assorted spelling fixes. gdiplus: Update win32.api to fix the winapi_check warnings. gdiplus: Add some extra prototypes. msvcrt: Add a prototype for _atoldbl() & co and declare _LDOUBLE & co in stdlib.h. winmm: Make mmddk.h C++ compatible. winmm: Fix the mmTask*() prototypes. wintrust: Add a prototype for WTHelperGetProvCertFromChain(...
2007 Mar 02
0
Wine release 0.9.32
...e mechanism. Fabian Bieler (1): user32: Do not call NULL message callback. Felix Nawothnig (2): comctl32: Add listview WM_PAINT message sequence tests. comctl32: Update header window in listview WM_PAINT handler. Francois Gouget (21): advapi32: Update win32.api to fix the winapi_check warnings. ole32: Better match the PSDK types and fix the winapi_check warnings. winapi_check: Update win32.api to fix the winapi_check warnings. winapi_check: Fix handling of the 'longlong' arguments. winapi: Remove useless 'if (0)' statements. winapi:...
2008 Feb 08
0
Wine release 0.9.55
...e block-oriented, rather then flag oriented, so it is resilient to order changes. winedump: Add support for dumping SZ_LINK and SPECIAL_FOLDER data blocks. ddraw/tests: Fix compilation on systems that don't support nameless unions. mapi32: Add an API documentation stub to make winapi_check happy. ntdsapi: Add an API documentation stub to make winapi_check happy. winex11.drv: Add some API documentation stubs to make winapi_check happy. msvcrt: __CxxDetectRethrow() and __CxxQueryExceptionSize() are implemented now so export them. winapi_check: Update win32.api f...
2007 Jun 15
0
Wine release 0.9.39
...AddPortExA/W() export to match the implementation. programs/cmd: Add missing '\n' to Wine trace. wined3d: Fix spelling of the state_separateblend() function. Assorted spelling fixes. ntdll: Improve the prototypes Win64 compatibility by replacing long with LONG. winapi_check: Also warn about 'unsigned long's Win64 compatibility problems. advapi32: Update win32.api to fix the winapi_check warnings. wined3d: Pass the D3DCB_CreateAdditionalSwapChain() error code to the upper layers (needed for d3d9). gdiplus: Add missing '\n' in Wine trac...
2007 Aug 24
0
Wine release 0.9.44
...le in GdipDrawString. gdiplus: Use DrawText instead of TabbedTextOut. gdiplus/tests: Added GdipAddPathLineI test. gdiplus/tests: Added GpStringFormat tests. gdiplus: Fix default value of StringTrimmingCharacter. Francois Gouget (7): mshtml: Update win32.api to fix the winapi_check warnings. kernel32/tests: Remove a redundant RegSetValueExA() call. nddeapi: Update win32.api to fix the winapi_check warnings. ntdll: Better match the PSDK types and fix the winapi_check warnings. ntoskrnel.exe: Better match the PSDK types and fix the winapi_check warnings....
2006 Nov 24
0
Wine release 0.9.26
...the 'MAP_FOLDCZONE' ok() test. user: Only perform the screen resolution changing tests in interactive mode. include/tapi.h: Add missing include directives. ole32/tests: Don't use the NONAMELESS* macros in the tests. msi: assert.h is not a local header (spotted by winapi_check). shell32: Fix inclusion of conditional headers (spotted by winapi_check). rpcrt4: Add some stub documentation headers to make winapi_check happy. winex11.drv: Fix some comments so they are properly formatted documentation headers. ole32: Standardize some documentation comme...
2007 Oct 26
0
Wine release 0.9.48
.../tests: Fix compilation on systems that don't support nameless unions. mshtml: Check for HAVE_UNISTD_H before including unistd.h. msvcrt: Fix the calling convention of _wsearchenv() and _wspawnv*(). ole32: Fix the CoCreateGuid() ordinal in the documentation. msdmo: Fix a winapi_check documentation warning and improve the documentation a bit. msdmo: Fix the DMOGetName() prototype. user32: Fix the HRAWINPUT definition and the GetRawInputData() prototype. Update win32.api to fix the winapi_check warnings. wtsapi32: Add a couple of related prototypes. Better...
2002 Jan 03
2
Unable to compile wine CVS version
...g relay32 cvs server: Updating resources cvs server: Updating scheduler P scheduler/synchro.c cvs server: Updating server P server/console.c cvs server: Updating tools cvs server: Updating tools/cvdump cvs server: Updating tools/specmaker cvs server: Updating tools/winapi cvs server: Updating tools/winapi_check cvs server: Updating tools/winapi_check/win16 cvs server: Updating tools/winapi_check/win32 cvs server: Updating tools/winebuild cvs server: Updating tools/wineconf.libs cvs server: Updating tools/winedump cvs server: Updating tools/wmc cvs server: Updating tools/wrc cvs server: Updating tsx11 cvs...
2007 Jun 29
0
Wine release 0.9.40
...sing call to GDI_ReleaseObj. Francois Gouget (11): regedit: Add missing '\n' to an error message. regedit: Don't allow square-bracketed registry paths on the command line (to match native). regedit: Merge getRegClass() and getRegKeyName() to form parseKeyName(). winapi_check: ULONG_PTR is a 'long --pointer', not a 'long'. shlwapi: Update win32.api to fix the winapi_check warnings. crypt32/tests: Fix compilation on systems that don't support nameless unions. advapi32: Add more RegGetValue() conformance tests, and fix Wine accordingl...
2007 Nov 30
0
Wine release 0.9.50
...leKeyboardLayoutNameW. Francois Gouget (17): wined3d: Add trailing '\n's to two shader_addline() calls. ntoskrnl: Remove trailing spaces in Wine traces. acledit: Add wfext.h. d3dx8: Make d3dx8math.h C++ compatible. rpcrt4: Add an API documentation stub to make winapi_check happy. cfgmgr32: Flesh out cfgmgr32.h a bit more and fix the corresponding functions. ctapi32: Use quotes to include our headers. Fixes winapi_check warnings. user32/tests/msg: Don't mess up lParam as it is passed on to DefWindowProcA(). advpack: Skip some tests if not i...
2010 Jun 18
0
Wine release 1.2-rc4
...ohns (2): msvcrt/tests: Rename a variable. include/msvcrt: Update a bit. Alexandre Julliard (21): atl: Fix parsing of extended dialog templates. atl: Implemented AtlCreateTargetDC. krnl386: Defined the SMapLS/UnMapLS_IP_EBP functions explicitly to make life easier for winapi_check. shell32: Create a 32-bpp image list to get alpha blended icons. appwiz.cpl: Create a 32-bpp image list to get alpha blended icons. winecfg: Fix pointer truncation in audio setup. winegcc: Add explicit support for the Cygwin platform. include: Define the SPLREG winspoo...
2001 Feb 14
0
Wine Weekly News #82 (2001 Week 07)
...nter using the Pentium's RDTSC instruction. * * Other Workers/Bugfixers: Marcus Meissner (printing, ddraw, misc), Guy Albertelli (common controls), Lionel Ulmer (ddraw), Jon Griffiths (locale hashes, shlwapi), Rein Klazes (Malayan locale), Patrik Stridvall (winapi_check), Duane Clark (print dialog), Peter Ganten (afm fixes), Lawson Whitney + CodeWeavers: Andreas Mohr (various), Huw D M Davies (print dialog, enh.metafiles), James Abbatiello (shell, common controls, file mappings), Dmitry Timoshkov (enh.metafiles,...
2001 Feb 14
0
Wine Weekly News #82 (2001 Week 07)
...nter using the Pentium's RDTSC instruction. * * Other Workers/Bugfixers: Marcus Meissner (printing, ddraw, misc), Guy Albertelli (common controls), Lionel Ulmer (ddraw), Jon Griffiths (locale hashes, shlwapi), Rein Klazes (Malayan locale), Patrik Stridvall (winapi_check), Duane Clark (print dialog), Peter Ganten (afm fixes), Lawson Whitney + CodeWeavers: Andreas Mohr (various), Huw D M Davies (print dialog, enh.metafiles), James Abbatiello (shell, common controls, file mappings), Dmitry Timoshkov (enh.metafiles,...
2008 Dec 20
0
Wine release 1.1.11
...SUBLANG_NEUTRAL. ole32: Use the IStream16_(CreateStream,CreateStorage,Write) implementations. cmd: Make WCMD_DumpCommands() static. d3d8: Make D3D8CB_CreateSurface() static. port: S_IWUSR and S_IX* are not needed. Remove them. msiexec: Make KillService() static. winapi_check: Add support for '-arch=xxx' in spec files. explorer: Make appbar_wndproc() static. winejack.drv: Make some functions static. wineesd.drv: Make some functions static. wineaudioio.drv: Export widMessage(). setupapi/tests: Make devinst_RegDeleteTreeW() static....
2008 Aug 22
0
Wine release 1.1.3
...the CPlApplet() prototype. gdi32: Include config.h before using HAVE_XXX. quartz: assert.h is not a local include. winex11.drv: Fix the SysCommand() and ImeGetRegisterWordStyle() prototypes. mscoree: Fix the ND_WI8() prototype. Add some API documentation stubs to make winapi_check happy. configure: Fix the 'no sound card' warning. d3d9: Add an API documentation stub to make winapi_check happy. Assorted spelling fixes. dplayx/tests: Fix compilation on systems that don't support nameless unions. Frans Kool (1): appwiz.cpl: Added Dutch...
2020 Apr 24
0
Wine release 5.7
...ts to TIFF decoder. windowscodecs/tests: Add some tests for various TIFF color formats. windowscodecs/tests: Add a separate test for 4bps BGRA TIFF format. Fran?ois Gouget (14): dbghelp: Fix the spelling of a comment. adsldp: Fix the spelling of some FIXME() messages. winapi_check: Fix support for .ocx API documentation. winapi: Tweak a couple of typedef error messages. winapi: Allow DECLSPEC_ALIGN() in typedef declarations. winapi_test: Clarify the error message regarding struct size and alignment. winapi: Add support for some new spec file declarati...
2007 Nov 09
0
Wine release 0.9.49
...Add a reminder that EWX_FORCEIFHUNG is not implemented. winetest: Add an option that shuts Windows down once the tests have completed. cryptnet: Fix compilation on systems that don't support nameless structs. crypt32: Better match the PSDK types and update win32.api to fix the winapi_check warnings. shlwapi: Fix the DeleteMenuWrap() forward. tapi32: Add prototypes for lineInitializeExA/W(). d3dx8: Fix compilation on systems that don't support nameless unions. d3dx8: Make sure d3dx8math.inl compiles fine, whether nameless unions are supported or not....
2007 Jan 25
0
Wine release 0.9.30
...x the spec file to better match the SymGetSymFromAddr64() prototype. shell32: SHLoadNonloadedIconOverlayIdentifiers() is a WINAPI function. mscoree: _CorValidateImage() is a WINAPI function. sfc_os: Add a prototype for SfcIsKeyProtected(). sfc_os: Update win32.api to fix the winapi_check warnings. Frank Richter (2): dbghelp: Split gnu_debuglink handling into own function. dbghelp: Search for .gnu_debuglink file. H. Verbeet (61): wined3d: Add a comment about D3D write masks and GLSL destination swizzles. wined3d: Split shader_glsl_add_param() in shader_glsl...