| 124 | #endif |
| 125 | |
| 126 | struct WinLangCode |
| 127 | { |
| 128 | size_t winLang; |
| 129 | char canonicalLang[3]; |
| 130 | }; |
| 131 | |
| 132 | static WinLangCode wlc[] = |
| 133 | // primary language identifier http://msdn.microsoft.com/en-us/library/aa912554.aspx |
nothing calls this directly
no outgoing calls
no test coverage detected