- 12 Dec, 2002 24 commits
-
-
Marcus Meissner authored
Marshal TKIND_DISPATCH interfaces just like TKIND_INTERFACE.
-
Marcus Meissner authored
-
Dimitrie O. Paun authored
actually support them. Small other cleanups.
-
Alex Pasadyn authored
-
Francois Gouget authored
waveOutOpen problem so that we can remove the todo_wine. Win9x does not support WAVE_FORMAT_DIRECT. Don't check the format if the waveOutOpen command failed. Use trace, not winetest_trace!
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
directly, on Mingw we use it to build the .a library.
-
Alexandre Julliard authored
to switch it off.
-
Marcus Meissner authored
-
Francois Gouget authored
much as possible in the buffer even if it is too small. This is undocumented and does not match the Win9x behavior. Skip Unicode tests on Win9x. Fix usage of memset/sizeof/COUNTOF. Fix signed/unsigned warnings (in MSVC) by using lstrlenA instead of strlen.
-
Francois Gouget authored
ERROR_INSUFFICIENT_BUFFER if the buffer is too small.
-
Francois Gouget authored
-
Francois Gouget authored
Test Get{System,Windows}Directory{A,W}(NULL, 0). This is a more standard way to get len_with_null too. Adapt the error code checks to take into account variations between Win9x and NT.
-
Francois Gouget authored
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
-
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 3 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
-