hacking glib-win32
------------------

replace GetSystemTimeAsFileTime() -> resolution = 15 ms
with timeGetTime() and some extra stuff in gmain.c
(also in gmain.h and gthread.c)

the patch is also in bugzilla at:
<https://bugzilla.gnome.org/show_bug.cgi?id=634653>
where yo may check for updates

building glib from src
----------------------

download glib-2.26.0 src from gtk.org

apply patch

./configure --prefix=/usr/local/glib --with-threads=win32

add "-lwinmm" to G_LIBS_EXTRA in config.status
replace "windres" with "windres --use-temp-file" in config.status

make
make install

compile test.c and run it in /usr/local/glib/bin
g_timeout_add_full() -> higher resolution?
