- 12 Dec, 2002 8 commits
-
-
Alexandre Julliard authored
-
Robert Shearman authored
-
Rolf Kalbermatter authored
-
Alberto Massari authored
-
Francois Gouget authored
MultiByteToWideChar but not lstrcmpW! So I implemented our own so that we can have a meaningful test.
-
Jukka Heinonen authored
-
Marcus Meissner authored
-
Francois Gouget authored
-
- 11 Dec, 2002 13 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Dimitrie O. Paun authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
generated file.
-
Francois Gouget authored
-
Rok Mandeljc authored
-
Alexandre Julliard authored
-
György 'Nog' Jeney authored
- Use new time functions to reimplement FileTimeToLocalTime and LocalTimeToFileTime.
-
Francois Gouget authored
Simplify $infile existence test.
-
Francois Gouget authored
path. Merge winetest_set_trace_location with winetest_set_ok_location.
-
Francois Gouget authored
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.
-
Sylvain Petreolle authored
-
- 10 Dec, 2002 18 commits
-
-
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
-
Steven Edwards authored
-
Alberto Massari authored
-
Vincent Béron authored
-
Jeff Smith authored
-
Jukka Heinonen authored
Improve country information handling. Move collate table to upper memory.
-
Dimitrie O. Paun authored
-
Vincent Béron authored
-
Rolf Kalbermatter authored
the function call directly user32.PrivateExtractIconEx.
-
Rolf Kalbermatter authored
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
-
Dimitrie O. Paun authored
misleading in that all controls send these notifications. They don't.
-
Dimitrie O. Paun authored
- Make ranges_destroy behave more like free(). - Fix messed up indentation from tabs set to 4 chars. - Updated the documentation.
-
Chris Morgan authored
of Starcraft due to oss device being in a bad state.
-
Jason Edmeades authored
-
Dimitrie O. Paun authored
- Better Bochs/Plex86 info - Add Q&A about upgrading configuration - Replace Deneba's Canvas 7 with Ability Office From entries submitted by Tom Wickline.
-
Mike Hearn authored
-
Steven Edwards authored
-
- 07 Dec, 2002 1 commit
-
-
Alexandre Julliard authored
-