Re: g_getenv() encoding on Windows



J. Ali Harlow writes:
 > If we ever come across a usage case for providing the unexpanded
 > strings we can always consider adding a g_getenv_unexpanded() or
 > something, but I can't really see where that could be useful.

Plus, any code that would know to need such a funcion would know it's
running on Win32 anyway, so it could as well use
GetEnvironmentVariable() directly (inside an ifdef).

--tml





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]