19 Feb
2016
19 Feb
'16
12:15 p.m.
https://bugs.winehq.org/show_bug.cgi?id=40177 --- Comment #2 from Sergey Isakov <isakov-sl(a)bk.ru> --- OK, it works ~~~~ #include <stdio.h> #include <stdlib.h> #include <string.h> int main(int argc, char **argv) { unsigned int Wine = 'WINE'; printf("%#x\n", Wine); } ~~~ $ ./four_cc 0x57494e45 ~~~ Sorry for disturbing. I should set CFLAGS = "-Wno-multichar" -- 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.