commit | 249cdb420a3b68cf693abfcab317eabfe46e5219 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Tue Jul 27 17:26:08 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Tue Jul 27 17:26:08 2010 +0000 |
tree | 95c7781962f658e77538299b8266643eb17b2ea6 | |
parent | d167f9bc06a577d6c85b8ed6991c1efe175aae7d [diff] |
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>