gio/tests/giomodule.c: Use G_MODULE_SUFFIX
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 3 Jan 2014 15:48:04 +0000 (23:48 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 4 Jan 2014 02:44:17 +0000 (10:44 +0800)
commit589aed9383c6008d71ae5fe12356ffdd944802f0
treec7093fe6d07d77c01e3aad98d8fb78866cb09971
parent3fd6edab66244b100c32dc0a8b0720fe61431dcc
gio/tests/giomodule.c: Use G_MODULE_SUFFIX

The file extension of the GIO module could be something other than .so,
depending on platform.  Use G_MODULE_SUFFIX so that the test will run
correctly on non-*nix platforms, such as Windows.

https://bugzilla.gnome.org/show_bug.cgi?id=719344
gio/tests/giomodule.c