Fix forced %llx issue with MinGW, remove unnecessary condition
authorMASM fan <masmfan@gmail.com>
Thu, 1 Jan 2015 21:07:14 +0000 (13:07 -0800)
committerMASM fan <masmfan@gmail.com>
Thu, 1 Jan 2015 21:07:14 +0000 (13:07 -0800)
commit6c1f5a822a9ee7335ae9888f5bc81d9586fac2a7
treeb118735b8f156e93a9b856edb0509b6ebac4229e
parent3b266dda1c7710a403fd156c03ae78d5ae68d76b
Fix forced %llx issue with MinGW, remove unnecessary condition

* MinGW replaces %I64 with %llx which could cause compilation warnings;
* We already using src/ as includes directory so no need for additional conditions.
src/serialize.h
src/util.h