- 13 Dec, 2002 4 commits
-
-
Francois Gouget authored
Add various tags such as: prompt, userinput, replaceable, filename. Use '</>' to close tags.
-
Francois Gouget authored
include our new headers.
-
Rok Mandeljc authored
-
Rolf Kalbermatter authored
-
- 12 Dec, 2002 36 commits
-
-
Dimitrie O. Paun authored
standard Unix header.
-
Alexandre Julliard authored
-
Rok Mandeljc authored
-
Rolf Kalbermatter 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.
-
Rolf Kalbermatter authored
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.
-
Rolf Kalbermatter authored
-
Rolf Kalbermatter authored
Fix some signed/unsigned warnings showing up in MSVC with default warning level. Fix possible problem with short PIMAGE_NT_HEADERS.
-
Alberto Massari authored
that have no return value.
-
Alberto Massari authored
-
Rok Mandeljc authored
-
Jeff Smith authored
-
Jeff Smith authored
-
Francois Gouget authored
GetLocaleInfoA partial buffer test.
-
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
-