mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 15:10:53 +00:00
Update cdb.h to make skuater happy
This commit is contained in:
parent
4ee963ee98
commit
5a90a375db
@ -5,9 +5,6 @@
|
||||
|
||||
#include <string.h>
|
||||
#include "types.h"
|
||||
#ifdef _MSC_VER
|
||||
typedef ssize_t int;
|
||||
#endif
|
||||
|
||||
#define KVLSZ 4
|
||||
#define CDB_MAX_KEY 0xff
|
||||
|
@ -5,9 +5,6 @@
|
||||
|
||||
#include <string.h>
|
||||
#include "types.h"
|
||||
#ifdef _MSC_VER
|
||||
typedef ssize_t int;
|
||||
#endif
|
||||
|
||||
#define KVLSZ 4
|
||||
#define CDB_MAX_KEY 0xff
|
||||
|
Loading…
Reference in New Issue
Block a user