[Bug 59563] New: printf does not support %Z
http://bugs.winehq.org/show_bug.cgi?id=59563 Bug ID: 59563 Summary: printf does not support %Z Product: Wine Version: 11.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@list.winehq.org Reporter: me@trungnt2910.com Distribution: --- Created attachment 80621 --> http://bugs.winehq.org/attachment.cgi?id=80621 C++ example program This simple C++ program prints "Hello World!" on Windows: #include <cstdio> #include <winternl.h> int main() { wchar_t string[] = L"Hello World!"; UNICODE_STRING unicodeString { sizeof(string), sizeof(string), string }; printf("%Z\n", &unicodeString); return 0; } On Wine, it prints just "Z", meaning that this specifier is not supported. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59563 Austin English <austinenglish@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59563 --- Comment #1 from Bernhard Übelacker <bernhardu@mailbox.org> --- *** Bug 59564 has been marked as a duplicate of this bug. *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59563 Trung Nguyen <me@trungnt2910.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |35800c9b9f38ff760e7bea82cc4 | |0e807fb52a723 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Trung Nguyen <me@trungnt2910.com> --- Confirmed that 35800c9b9f38ff760e7bea82cc40e807fb52a723 fixed the issue. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59563 Alexandre Julliard <julliard@winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard@winehq.org> --- Closing bugs fixed in 11.6. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla