- Dec 12, 2002
-
-
Adapt the DeleteFileA error code checks to take into account variations between Win9x and NT. Test DeleteFile(NULL). Add tests for DeleteFileW. On NT, calling _lclose on an already closed handle will cause memory corruption and thus sometimes crash -> removed the relevant test. Skip the Unicode tests when on Win9x.
-
Alexandre Julliard authored
Made the -i option support removing ignored symbols too. Removed the -noimport flag in spec files.
-
Alexandre Julliard authored
-
-
-
-
MultiByteToWideChar but not lstrcmpW! So I implemented our own so that we can have a meaningful test.
-
-
-
-
- Dec 11, 2002
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
generated file.
-
-
-
Alexandre Julliard authored
-
- Use new time functions to reimplement FileTimeToLocalTime and LocalTimeToFileTime.
-
Simplify $infile existence test.
-
path. Merge winetest_set_trace_location with winetest_set_ok_location.
-
GetShortPathNameA behaves differently on Win9x and NT: on NT it succeeds even if not all path components exist, as long as they are already in the 8.3 format. Wine apparently implements the NT behavior thus many todo_wine went away. Fixed some error code checks to take into account all possible return values. GetTempFileNameA appears to only use the lower 16bits of the id on Win95 (and never returns more than 16 bits on other platforms). GetLongPathNameA is missing on some Windows versions. Modified the GetTempPath tests to make sure they return the expected value. Removed the redundant tests (e.g. if buf[0]==0 then buf!="foo", no need to test both). The 'len_with_null - 1' case is not testable as the Windows behavior varies too much between versions. We cannot check whether Windows touches the buffer either as this heavily depends on the Windows version and specific circumstances of the call. Finally NT4 sometimes exaggerates the required buffer size.
-
-
- Dec 10, 2002
-
-
Alexandre Julliard authored
that STRICT works correctly; moved some definitions back to windef.h where they belong, and removed a couple of definitions that don't exist on Windows.
-
Alexandre Julliard authored
-
-
-
-
-
Improve country information handling. Move collate table to upper memory.
-
-
-
the function call directly user32.PrivateExtractIconEx.
-
return more compliant values for usage in PrivateExtractIcons and PrivateExtractIconEx accept and fill in the icon identifier array correctly if provided allow to retrieve both small and large icons together. - Simplify PrivateExtraxtIcons - Modify PrivateExtractIconExW to: use compatible signature to ExtractIconEx in shell32 which it really is directly as tested on W2K by calling both functions with the same parameters directly call internal extraction function fix error when requesting 1 icon for both sizes
-
misleading in that all controls send these notifications. They don't.
-
- Make ranges_destroy behave more like free(). - Fix messed up indentation from tabs set to 4 chars. - Updated the documentation.
-
of Starcraft due to oss device being in a bad state.
-
-
- Better Bochs/Plex86 info - Add Q&A about upgrading configuration - Replace Deneba's Canvas 7 with Ability Office From entries submitted by Tom Wickline.
-
-