]> wimlib.net Git - wimlib/blobdiff - include/wimlib/types.h
dentry.c: Read/write dentries from structure
[wimlib] / include / wimlib / types.h
index 561268db79920c5251310862bb3ce76db7bb244d..dc0b550166977ac7ddef4cf6d5aa8eddfb8724ce 100644 (file)
@@ -35,7 +35,7 @@ typedef uint64_t sle64;
 #endif
 
 /* A pointer to 'utf16lechar' indicates a UTF-16LE encoded string */
-typedef u16 utf16lechar;
+typedef le16 utf16lechar;
 
 #ifndef WIMLIB_WIMSTRUCT_DECLARED
 typedef struct WIMStruct WIMStruct;