audit plugin on windows
This commit is contained in:
parent
ed36f0adda
commit
2a71684683
@ -130,6 +130,7 @@ static char *default_home= (char *)".";
|
||||
#define my_write(A, B, C, D) loc_write(A, B, C)
|
||||
#define my_malloc(A, B, C) malloc(B)
|
||||
#define my_free(A) free(A)
|
||||
#define my_seek(A,B,C,D) lseek(A,B,C)
|
||||
#ifdef my_errno
|
||||
#undef my_errno
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user