b8b3c56 Fix MinGW build

Authored and Committed by phrdina 9 years ago
    Fix MinGW build
    
    When building on mingw the format string for long long/unsigned long
    long have to be I64d/I64u instead of lld/llu.
    
    Signed-off-by: Pavel Hrdina <phrdina@redhat.com>