fixed stupid 64-bit formatting for x86/amd64 and unix/windows - part2

This commit is contained in:
roel@libnfc.org 2013-02-28 22:33:31 +00:00
commit 1a07fd510d
4 changed files with 7 additions and 5 deletions

View file

@ -15,6 +15,8 @@
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#define llx PRIx64
#define lli PRIi64
#define hhu PRIu8
#include <usb.h>
#include "usb_cmd.h"