mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
added define PACKED
This commit is contained in:
parent
d2a2acf69c
commit
84c09ce881
3 changed files with 10 additions and 4 deletions
|
@ -21,6 +21,12 @@
|
|||
#include "ui.h" // PrintAndLog
|
||||
#include "commonutil.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define PACKED
|
||||
#else
|
||||
#define PACKED __attribute__((packed))
|
||||
#endif
|
||||
|
||||
#ifdef ANDROID
|
||||
#include <endian.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue