[Bug 59564] New: printf does not support %Z
http://bugs.winehq.org/show_bug.cgi?id=59564 Bug ID: 59564 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 80622 --> http://bugs.winehq.org/attachment.cgi?id=80622 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=59564 Bernhard Übelacker <bernhardu@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |bernhardu@mailbox.org Resolution|--- |DUPLICATE --- Comment #1 from Bernhard Übelacker <bernhardu@mailbox.org> --- Double submission, resolving duplicate of 59563. *** This bug has been marked as a duplicate of bug 59563 *** -- 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