now ACTUALLY format

This commit is contained in:
Nishi 2025-12-15 11:07:58 +09:00
commit bee6cb81ca
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 13 additions and 14 deletions

View file

@ -58,8 +58,8 @@ typedef unsigned long MwU64;
#ifdef MW_OTHER_TYPES_DEFINED
#undef MW_OTHER_TYPES_DEFINED
#else
typedef int MwI32;
typedef unsigned int MwU32;
typedef int MwI32;
typedef unsigned int MwU32;
typedef short MwI16;
typedef unsigned short MwU16;