- Dec 12, 2002
-
-
Alexandre Julliard authored
-
-
should also handle the case for 32bit PE and 16bit NE files so no need to do this here in a different way, too.
-
Remove Fixme comment in SHGetPathFromIDList as StrRetToStrN should take care of this. Get rid of some unsigned/signed comparison warnings with default warnings in MSVC.
-
-
Fix some signed/unsigned warnings showing up in MSVC with default warning level. Fix possible problem with short PIMAGE_NT_HEADERS.
-
that have no return value.
-
-
-
-
-
GetLocaleInfoA partial buffer test.
-
Marshal TKIND_DISPATCH interfaces just like TKIND_INTERFACE.
-
-
actually support them. Small other cleanups.
-
-
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.
-
-
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.
-
ERROR_INSUFFICIENT_BUFFER if the buffer is too small.
-
-
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.
-
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
-