[PATCH v2] wininet: Implement INTERNET_OPTION_SECURITY_CERTIFICATE flag for InternetQueryOption.

Daniel Lehman dlehman25 at gmail.com
Wed Aug 5 00:02:58 CDT 2020


> ../../tools/wrc/wrc -u -o wininet.pot -m32 --nostdinc --po-dir=../../po -I. -I../../include \
>   -I../../include/msvcrt -D__WINESRC__ -D_WINX32_ -D_UCRT wininet.rc
> wininet.rc:34:428: Error: Invalid character 000d in source string
> make[1]: *** [Makefile:537: wininet.pot] Error 2
>

ah.... and if i force it, i get this:
warning: internationalized messages should not contain the '\r' escape sequence

the %c thing i originally had where the \r is passed to sc/nprintf
works.  i could also try splitting the one multiline format into
multiple strings  which is preferred (or another better way)?

thanks
daniel



More information about the wine-devel mailing list