X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fydirectenv.h;h=78169b4f68cb4365448d6b1fecf90b4dcffe1657;hp=cae8880c9577182f2635787698f684f270e8a4dc;hb=fc8acddcc3540df0d9c03c3a955d5ccd5877635d;hpb=a89cf765098ba9927eafeaca0f303eb76052fc64 diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h index cae8880..78169b4 100644 --- a/direct/ydirectenv.h +++ b/direct/ydirectenv.h @@ -37,6 +37,7 @@ #define YCHAR char #define YUCHAR unsigned char #define _Y(x) x +#define yaffs_strcat(a,b) strcat(a,b) #define yaffs_strcpy(a,b) strcpy(a,b) #define yaffs_strncpy(a,b,c) strncpy(a,b,c) #define yaffs_strncmp(a,b,c) strncmp(a,b,c)