Cygwin fixes.

This commit is contained in:
ehofman 2005-09-29 12:05:22 +00:00
parent 942b474ad7
commit 8a2bc1c21b

View File

@ -4,8 +4,8 @@
int main()
{
unsigned short sui16, ui16 = 0x0123;
unsigned int sui32, ui32 = 0x01234567;
uint16_t sui16, ui16 = 0x0123;
uint32_t sui32, ui32 = 0x01234567;
uint64_t sui64, ui64 = 0x0123456789ABCDEFLL;
sui16 = ui16; sgEndianSwap(&sui16);