Better focus behaviour for the filelist... like sloppy focus.
This commit is contained in:
@@ -28,15 +28,6 @@
|
||||
#include <limits.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#undef FREE
|
||||
#define FREE(dat) \
|
||||
{ \
|
||||
if (dat) { free(dat); dat = NULL; } \
|
||||
}
|
||||
|
||||
#undef __UNUSED__
|
||||
#define __UNUSED__ __attribute__ ((unused))
|
||||
|
||||
/* ECDB Global Variables */
|
||||
typedef struct _Ecdb_Main Ecdb_Main;
|
||||
struct _Ecdb_Main
|
||||
|
Reference in New Issue
Block a user