]> wimlib.net Git - wimlib/blobdiff - include/wimlib_tchar.h
Parse capture configuration file in library
[wimlib] / include / wimlib_tchar.h
index ecaae5d5fb17f1eafb242015fe93cc15f9b3622a..519c425d675b102d995b248388b9f5206dc7b641 100644 (file)
@@ -21,6 +21,7 @@ typedef wchar_t tchar;
  * with the "wide-character" functions. */
 #  define tmemchr      wmemchr
 #  define tmemcpy      wmemcpy
+#  define tmemmove     wmemmove
 #  define tmempcpy     wmempcpy
 #  define tstrcpy      wcscpy
 #  define tprintf      wprintf
@@ -84,6 +85,7 @@ typedef char tchar;
  * string functions. */
 #  define tmemchr      memchr
 #  define tmemcpy      memcpy
+#  define tmemmove     memmove
 #  define tmempcpy     mempcpy
 #  define tstrcpy      strcpy
 #  define tprintf      printf