CHG: renamed struct sector -> sector_t

CHG: defines on armside
CHG: #define WIN32 ->  _WIN32
CHG: started to enhance "hf mf chkkeys"
REM: removed some duplicates etc in default keys.
This commit is contained in:
iceman1001 2017-03-06 19:11:08 +01:00
commit 57778a4630
12 changed files with 64 additions and 41 deletions

View file

@ -13,7 +13,7 @@
#include <stdint.h>
#ifdef WIN32
#ifdef _WIN32
# define HOST_LITTLE_ENDIAN
#else
# include <sys/types.h>