Re: [sane.ds 3/4] Add support for ICAP_SUPPORTEDSIZES, enabling rational sizing for scans.
March 6, 2009
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
6233
Age (days ago)
6233
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard