Alexandre Julliard
5ad25c293b
user32: Use wide character string literals.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-21 19:09:59 +02:00
Akihiro Sagawa
8baf70a2d0
user32: Fix wsprintfA's buffer usage when using %S.
...
This fixes a regression introduced by
08bf605acb
.
It could lead to stack corruption because ret can be negative when the
output position, p, doesn't point the beginning of the buffer before
the inner loop.
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-08-03 10:21:57 +02:00
Akihiro Sagawa
e98dbf2e94
user32: Fix wsprintfW %C conversion.
...
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-19 20:26:53 +01:00
Akihiro Sagawa
7cc21d0330
user32: Fix wsprintfA %C conversion.
...
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-19 20:26:53 +01:00
Akihiro Sagawa
fa8a9a81e6
user32: Fix wsprintfW %S conversion.
...
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-10 22:46:24 +01:00
Akihiro Sagawa
08bf605acb
user32: Fix wsprintfA %S conversion.
...
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-10 22:46:24 +01:00
Andrew Talbot
7e31baba31
user32: Suppress sign-extension through integer promotion.
2011-11-09 11:35:11 +01:00
Marcus Meissner
d177a97d28
user32: Fixed single byte array overflow.
2011-09-12 10:07:24 +02:00
Alexandre Julliard
4ec27a632d
user32: Add support for 64-bit formats in wsprintf.
2011-07-25 13:32:37 +02:00
Alexandre Julliard
25d7e0b968
user32: Move wsprintf16 to user16.c.
2009-12-18 12:44:26 +01:00
Alexandre Julliard
fb7acdcb28
user32: Convert wvsprintfA/W to use an MS ABI vararg list for x86_64.
2008-12-31 20:59:33 +01:00
Steven Edwards
a725826ada
user32: Remove some no longer needed wine 16bit headers.
2007-08-29 12:31:34 +02:00
Alexandre Julliard
b8a2e3b8a4
user32: Renamed the user/ directory to user32.
2006-11-16 14:49:25 +01:00