]> wimlib.net Git - wimlib/blobdiff - src/util.h
Replaced all "uint" with "unsigned"
[wimlib] / src / util.h
index 08b15636acdcc66ae0c440755bfc45bf276ec13e..15c68bc022f0d0e775267ccc03b850ea3abe5026 100644 (file)
@@ -44,7 +44,6 @@ typedef uint16_t u16;
 typedef uint32_t u32;
 typedef uint64_t u64;
 #endif
-typedef unsigned uint;
 
 #ifndef min
 #define min(a, b) ({ typeof(a) __a = (a); typeof(b) __b = (b); \