mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 16:11:42 +00:00
[WINESYNC] msi/tests: Always explicitly test REG_MULTI_SZ strings.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 80426fdc76597768b787a38644f1c53110b26f05 by Zebediah Figura <z.figura12@gmail.com>
This commit is contained in:
parent
9d3876e40f
commit
c595505376
2 changed files with 26 additions and 13 deletions
|
@ -85,6 +85,7 @@ extern const char *wine_dbgstr_rect( const RECT *rect );
|
|||
extern const char *wine_dbgstr_longlong( ULONGLONG ll );
|
||||
#endif
|
||||
static inline const char *debugstr_a( const char *s ) { return wine_dbgstr_an( s, -1 ); }
|
||||
static inline const char *debugstr_an( const CHAR *s, intptr_t n ) { return wine_dbgstr_an( s, n ); }
|
||||
static inline const char *wine_dbgstr_a( const char *s ) { return wine_dbgstr_an( s, -1 ); }
|
||||
static inline const char *wine_dbgstr_w( const WCHAR *s ) { return wine_dbgstr_wn( s, -1 ); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue