From 5551a6e1727ea93f3fc7237dafdde42c2bdc1106 Mon Sep 17 00:00:00 2001 From: sje Date: Thu, 11 Oct 2007 07:38:57 +0000 Subject: sync with miranda svn git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@362 4f64403b-2f21-0410-a795-97e2b3489a10 --- db3x_autobackups/commonheaders.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db3x_autobackups/commonheaders.h') diff --git a/db3x_autobackups/commonheaders.h b/db3x_autobackups/commonheaders.h index 521a985..e1cae64 100644 --- a/db3x_autobackups/commonheaders.h +++ b/db3x_autobackups/commonheaders.h @@ -72,3 +72,5 @@ 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) -- cgit v1.2.3