mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[WINESYNC] msi: Use wide character string literals in action.c.
Signed-off-by: Hans Leidekker <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id 8e13b0b99c823bc22c7eef8b8dac04de283ca462 by Hans Leidekker <[email protected]>
This commit is contained in:
+429
-941
File diff suppressed because it is too large
Load Diff
@@ -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 *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 ); }
|
||||
|
||||
/* strcmpW is available for tests compiled under Wine, but not in standalone
|
||||
|
||||
Reference in New Issue
Block a user