]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - VtoyTool/vtoydump.c
update languages.ini (#829 #834)
[Ventoy.git] / VtoyTool / vtoydump.c
index 21da911ceb62a706869978bf5260380bd70e7485..d33151a44029c1fde8a5c621ddd11c71e7d226d7 100644 (file)
@@ -35,7 +35,9 @@
 #define IS_DIGIT(x) ((x) >= '0' && (x) <= '9')
 
 #ifndef USE_DIET_C
+#ifndef __mips__
 typedef unsigned long long uint64_t;
+#endif
 typedef unsigned int    uint32_t;
 typedef unsigned short  uint16_t;
 typedef unsigned char   uint8_t;