Re: [PATCH] msvcrt: Don't include MSVC 8.0+ locale functions in SOs for older DLLs
Jan. 6, 2018
9:30 p.m.
For _W_Getdays and _W_Getmonths, the check is for 110 but the comment says MSVCR100. Is there a typo there? -- Sincerely, Mathew Hodson
January 2018
4:48 a.m.
New subject: [PATCH] msvcrt: Don't include MSVC 8.0+ locale functions in SOs for older DLLs
2018-01-06 14:30 GMT-07:00 Mathew Hodson <mathew.hodson(a)gmail.com>:
For _W_Getdays and _W_Getmonths, the check is for 110 but the comment says MSVCR100.
Is there a typo there?
Yes, I mistakenly typed 100 instead of 110 in the comment. The _W_ functions were added in MSVC 11.0. Would you mind checking for any other errors in the comments and maybe sending a patch? -Alex
3001
Age (days ago)
3002
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alex Henrie -
Mathew Hodson