Re: [sane.ds 3/4] Add support for ICAP_SUPPORTEDSIZES, enabling rational sizing for scans.
6 Mar
2009
6 Mar
'09
11:03 a.m.
Jeremy White <jwhite(a)codeweavers.com> writes:
+ rc = GetLocaleInfoA(LOCALE_USER_DEFAULT, LOCALE_IPAPERSIZE, paper, sizeof(paper)); + if (rc > 0) + switch (atoi(paper))
You should use LOCALE_RETURN_NUMBER. -- Alexandre Julliard julliard(a)winehq.org
6215
Age (days ago)
6215
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard