Skip to content
  • Peter Wu's avatar
    genviron: make g_environ_* case-insensitive on Windows · a51ab0a5
    Peter Wu authored
    g_environ_getenv(env, "PATH") and g_environ_setenv(env, "PATH", newpath)
    did not have the intended effect on Windows due to the environment block
    containing "Path=". Make these functions case-insensitive for Windows.
    a51ab0a5