Re: [libvirt] [PATCH v2] examples: fix 64-bit integer formatting on Windows

2019-04-02 Thread Michal Privoznik
On 4/2/19 11:24 AM, Daniel P. Berrangé wrote: The Windows printf functions don't support %llu/%lld for printing 64-bit integers. For most of libvirt this doesn't matter as we rely on gnulib which provides a replacement printf that is sane. The example code is designed to compile against the

[libvirt] [PATCH v2] examples: fix 64-bit integer formatting on Windows

2019-04-02 Thread Daniel P . Berrangé
The Windows printf functions don't support %llu/%lld for printing 64-bit integers. For most of libvirt this doesn't matter as we rely on gnulib which provides a replacement printf that is sane. The example code is designed to compile against the normal OS headers, with no use of gnulib and thus