You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the class name of a control is specified as a L-prefixed string literal and the first character is the escape sequence \xFFFF, then the value gets compiled to a number rather than a NUL-terminated string.
If the class name of a control is specified as a L-prefixed string literal and the first character is the escape sequence
\xFFFF
, then the value gets compiled to a number rather than a NUL-terminated string.This compiles to NUL-terminated UTF-16:
This compiles to
FF FF 7A 00
:Currently,
resinator
writes the bottom example also as NUL-terminated UTF-16.Two options:
resinator
, but emit a warning about the Win32 RC compiler's behavior when the situation is detectedThe text was updated successfully, but these errors were encountered: