]> git.sesse.net Git - vlc/commit
Win32: do not override LC_ALL
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Jul 2012 19:40:54 +0000 (22:40 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Jul 2012 19:40:54 +0000 (22:40 +0300)
commit94d79d31c48cc980d819b5c0f47eba2966969203
treece1ea1d50e42362860199d38940111d06f9b146e
parent89e8034a7250a3dd7bf9e6c00aa03798c530c544
Win32: do not override LC_ALL

This code might have had some effects on some other OS (BeOS?), but
it should not be required on Windows. Also good-mannered and
thread-safe libraries do not modify the environment.
src/libvlc.c