Update cdb.h to make skuater happy

This commit is contained in:
pancake 2017-05-29 21:23:19 +02:00
parent 4ee963ee98
commit 5a90a375db
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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