• Francois Gouget's avatar
    '"' is an illegal character on Win9x so we cannot test it. · d705b7c0
    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.
    d705b7c0
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...