Mercurial > hg > svcore
diff system/System.h @ 303:15b47d30c085
* Ensure locale from environment is retained after plugin load, not
just C locale
author | Chris Cannam |
---|---|
date | Fri, 05 Oct 2007 13:26:47 +0000 |
parents | 7033e188b2b2 |
children | bef4604d82fa |
line wrap: on
line diff
--- a/system/System.h Thu Oct 04 16:34:11 2007 +0000 +++ b/system/System.h Fri Oct 05 13:26:47 2007 +0000 @@ -105,6 +105,9 @@ // on the partition containing the given path. Return -1 if unknown. extern int GetDiscSpaceMBAvailable(const char *path); +extern void StoreStartupLocale(); +extern void RestoreStartupLocale(); + #include <cmath> extern double mod(double x, double y);