Skip to content

Fix cross build error for Windows with gcc

Ralf Habacker requested to merge rhabacker/glib:gcc-win-cross-build-fix into main

This commit puts an additional underscore before the external symbol _g_binary_test1_resource_data when using gcc for Windows, to match the compiler's expectation.

Fixes #2571 (closed)

Signed-off-by: Ralf Habacker ralf.habacker@freenet.de

Merge request reports