X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvgmsnd%2Fstdtype.h;h=69dc9bb8ce3b7fe343e6e249dc9cce409e348c4f;hb=e6e39c020391044b5841c6bfb6b8240c68f31d6a;hp=7672109d2d425c13af3e97bec051045739bfb722;hpb=3905085894af7601c6c590f051dc20ca3db08bd9;p=16.git diff --git a/src/lib/vgmsnd/stdtype.h b/src/lib/vgmsnd/stdtype.h index 7672109d..69dc9bb8 100755 --- a/src/lib/vgmsnd/stdtype.h +++ b/src/lib/vgmsnd/stdtype.h @@ -9,8 +9,8 @@ typedef uint8_t UINT8; typedef int8_t INT8; typedef uint16_t UINT16; typedef int16_t INT16; -typedef signed long UINT32; -typedef unsigned long INT32; +typedef unsigned long UINT32; +typedef signed long INT32; typedef uint64_t UINT64; typedef int64_t INT64;