Fix mingw32 build
authorBlue Swirl <blauwirbel@gmail.com>
Tue, 27 Jul 2010 17:26:08 +0000 (17:26 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 27 Jul 2010 17:26:08 +0000 (17:26 +0000)
commit87627eb0668bc61b34db2d9e6797abdb507ec661
tree95c7781962f658e77538299b8266643eb17b2ea6
parentc1f086fb4bcfa389cbf3ff99a9b5a80d22c27c3c
Fix mingw32 build

Fix mingw32 build errors like
/src/qemu/ui/vnc-enc-tight.c: In function 'tight_detect_smooth_image24':
/src/qemu/ui/vnc-enc-tight.c:119: error: 'uint' undeclared (first use in this function)

Replace 'uint' with proper 'unsigned int'.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
ui/vnc-enc-tight.c