1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-22 19:29:21 +03:00

v4.21-9613-beta

This commit is contained in:
dnobori
2016-04-24 23:49:31 +09:00
parent c0c1b914db
commit 1e17c9bcfd
40 changed files with 246 additions and 52 deletions

View File

@ -562,6 +562,13 @@ LIST *LoadLangList()
char *filename = LANGLIST_FILENAME;
BUF *b;
#ifdef OS_WIN32
if (MsIsWine())
{
filename = LANGLIST_FILENAME_WINE;
}
#endif // OS_WIN32
b = ReadDump(filename);
if (b == NULL)
{