Skip to content

glib/tests/win32.c: Fix test variable types

Chun-wei Fan requested to merge fix-glib-win32-test into master

Hi,

From the commit message:

The variable types for the PID (bp) and event (be) are accidentally reversed in the test program. Correct their types so that tests do not fail on Visual Studio x64 builds.

Fixes issue #1797 (closed)

With blessings, thank you!

Edited by Chun-wei Fan

Merge request reports