Fix get_windows_size() on Windows
commite8aea380beac0fc600f6a01be1d8ba6a16554c75
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 17 May 2011 02:28:50 +0000 (16 22:28 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Tue, 17 May 2011 16:02:08 +0000 (17 12:02 -0400)
tree1e90fcd498e0fea60261ccb8be750cb5f85c7bf4
parentd051ecedb23b49679a20c7de432126d298c09e28
Fix get_windows_size() on Windows

The committed implementation of get_windows_size() failed
to compile on the Windows platform.

'int ret' declaration is moved to avoid unused variable
warning.

Change-Id: I0f6ea4524db736d539b10c6bd7836a770a5e7058
lib/roken/get_window_size.c