diff options
Diffstat (limited to 'plugins/Db3x_mmap/commonheaders.h')
-rw-r--r-- | plugins/Db3x_mmap/commonheaders.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Db3x_mmap/commonheaders.h b/plugins/Db3x_mmap/commonheaders.h index 6e1d4bcc28..0d319af5a3 100644 --- a/plugins/Db3x_mmap/commonheaders.h +++ b/plugins/Db3x_mmap/commonheaders.h @@ -62,5 +62,3 @@ extern HANDLE hDbFile; #else
#define mir_i64(x) (x##i64)
#endif
-
-#define NEWSTR_ALLOCA(A) (A==NULL)?NULL:strcpy((char*)alloca(strlen(A)+1),A)
|