Skip to content

glib-compile-resources: Fix code generation for MSVC builds (issue #1580)

Chun-wei Fan requested to merge resources.msvc into master

Hi,

As reported by @dboles in issue #1580 (closed), this attempts to fix the generated GResource sources that exceed 65535 characthers for the generated byte sequence that was encoded into an octal string representation as a long string, which is likely to occur when we attempt to embed multiple or larger image files via using GResources, for example.

Fixes issue #1580 (closed).

Merge request reports