--- auxtext.c.a-urasim 2009-11-17 09:57:16.000000000 +0900 +++ auxtext.c 2011-08-19 11:27:25.233000161 +0900 @@ -47,6 +47,8 @@ #include "xbitmap.e" #include "xpixmap.e" +#define strcpy(dst, src) (memmove((dst), (src), strlen(src)+1)) + GC rotateGC=NULL; Pixmap textBackingBitmap=None, textBackingBgBitmap=None; Pixmap textBackingPixmap=None; --- names.c.a-urasim 2009-11-17 09:57:18.000000000 +0900 +++ names.c 2011-08-19 11:28:31.362999699 +0900 @@ -49,6 +49,8 @@ #include "util.e" #include "xpixmap.e" +#define strcpy(dst, src) (memmove((dst), (src), strlen(src)+1)) + char curDomainName[MAXPATHLENGTH+1]; char curDomainPath[MAXPATHLENGTH+1]; char curDir[MAXPATHLENGTH+1];