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:
@@ -58,7 +58,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
uint64_t Key[2];
|
||||
int foundKey[2];
|
||||
} sector;
|
||||
} sector_t;
|
||||
|
||||
extern int compar_int(const void * a, const void * b);
|
||||
extern char logHexFileName[FILE_PATH_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user