Just wanted to let you know that I was able to compile a working 64bit binary for windows with MinGW.
Simply use "include MakeRules.$(ARCH)" instead of "include MakeRules.linux_x86_64" (Makefile) and run make.
The binary compiled with VS2010 kept crashing (VS does not handle the member pointer usages correctly for some reason - I tried the necessary compiler switches). The binary compiled with MinGW works like a charm.