X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvgmsnd%2Fstdtype.h;h=69dc9bb8ce3b7fe343e6e249dc9cce409e348c4f;hb=e6e39c020391044b5841c6bfb6b8240c68f31d6a;hp=b0b55606c324828acce256283ee2b7db1680cc6f;hpb=fb3f702a6acf4d653082c4d0db083a1ad90b76ff;p=16.git diff --git a/src/lib/vgmsnd/stdtype.h b/src/lib/vgmsnd/stdtype.h index b0b55606..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 uint32_t UINT32; -typedef int32_t INT32; +typedef unsigned long UINT32; +typedef signed long INT32; typedef uint64_t UINT64; typedef int64_t INT64;