Use only Ansi APIs for cleaning up the registry.
authorFrancois Gouget <fgouget@free.fr>
Mon, 13 Jan 2003 18:29:31 +0000 (18:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Jan 2003 18:29:31 +0000 (18:29 +0000)
commitc7de2085bb3840cde92c24ef45232c9e11e471e8
treef468763f8292d2d418856dccb6af0a3102018aab
parent72e64900c2358a503c8972ae0f9af1e65b2aca7f
Use only Ansi APIs for cleaning up the registry.
Skip Unicode tests if the Unicode APIs are not implemented.
If the value name buffer is too small, Win9x returns the number of
characters returned as specified in the MSDN while other Windows
return the number of bytes written (including the trailing '\0').
dlls/advapi32/tests/registry.c