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

@@ -81,7 +81,6 @@ typedef uint16_t word;
typedef int16_t sshort;
typedef uint16_t ushort;
typedef int32_t sdword;
typedef uint32_t dword;
#endif //#ifndef __goldall_h