]> wimlib.net Git - wimlib/blobdiff - include/wimlib_tchar.h
wiminfo: consolidate boolean flags into single line
[wimlib] / include / wimlib_tchar.h
index 8248d8d953b86c494999d66b7e21ad1f8abdde29..c372b820e1cccd2b801915c5bc854b4abaab6654 100644 (file)
@@ -22,6 +22,7 @@ typedef wchar_t tchar;
 #  define tmemcpy      wmemcpy
 #  define tmemmove     wmemmove
 #  define tmempcpy     wmempcpy
+#  define tstrcat      wcscat
 #  define tstrcpy      wcscpy
 #  define tprintf      wprintf
 #  define tsprintf     swprintf
@@ -80,6 +81,7 @@ typedef char tchar;
 #  define tmemcpy      memcpy
 #  define tmemmove     memmove
 #  define tmempcpy     mempcpy
+#  define tstrcat      strcat
 #  define tstrcpy      strcpy
 #  define tprintf      printf
 #  define tsprintf     sprintf