• Francois Gouget's avatar
    SetEnvironmentVariableA(NULL, NULL) crashes on Win98 -> removed. · 3475b9ed
    Francois Gouget authored
    SetEnvironmentVariableA("", value) crashes on NT4 -> removed.
    The behavior of SetEnvironmentVariableA("", "") varies to much ->
    removed.
    Test the behavior of SetEnvironmentVariable{A,W}(name, "") taking into
    account the differences between Win9x and NT.
    Test the behavior of GetEnvironmentVariable{A,W}(name, buf, 0).
    Fix the error code checks to take into account the differences between
    Win9x, NT4 and XP.
    Skip the unicode tests if the first call returns
    ERROR_CALL_NOT_IMPLEMENTED.
    Whenever a test fails, print sufficient information (typically return
    code and GetLastError()!) to let the developer figure out what is
    wrong.
    3475b9ed
Name
Last commit
Last update
controls Loading commit data...
dlls Loading commit data...
documentation Loading commit data...
files Loading commit data...
graphics Loading commit data...
if1632 Loading commit data...
include Loading commit data...
library Loading commit data...
loader Loading commit data...
memory Loading commit data...
misc Loading commit data...
miscemu Loading commit data...
msdos Loading commit data...
objects Loading commit data...
ole Loading commit data...
programs Loading commit data...
relay32 Loading commit data...
scheduler Loading commit data...
server Loading commit data...
tools Loading commit data...
unicode Loading commit data...
win32 Loading commit data...
windows Loading commit data...
.cvsignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
BUGS Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
DEVELOPERS-HINTS Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
winedefault.reg Loading commit data...