]> git.proxmox.com Git - mirror_qemu.git/commit - ui/vnc-enc-tight.c
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)
commit249cdb420a3b68cf693abfcab317eabfe46e5219
tree95c7781962f658e77538299b8266643eb17b2ea6
parentd167f9bc06a577d6c85b8ed6991c1efe175aae7d
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