j
k
j a
j l
Jeremy White jwhite@codeweavers.com writes:
rc = GetLocaleInfoA(LOCALE_USER_DEFAULT, LOCALE_IPAPERSIZE, paper, sizeof(paper)); if (rc > 0) switch (atoi(paper))
switch (atoi(paper))
You should use LOCALE_RETURN_NUMBER.
Back to the thread
Back to the list