Changed sdword and slong types to int32_t

This commit is contained in:
Ianos Gnatiuc
2005-10-20 18:13:24 +00:00
parent b11d880f41
commit d8a855aa42
6 changed files with 20 additions and 24 deletions

View File

@@ -137,9 +137,7 @@ typedef uint16_t word;
typedef int16_t sshort;
typedef uint16_t ushort;
typedef int32_t sdword;
typedef uint32_t dword;
typedef int32_t slong;
typedef uint32_t ulong;
#endif //#ifdef _MSC_VER