]> OCCT Git - occt.git/commit
0027345: Foundation Classes, OSD_Environment - use consistent way to retrieve environ...
authorkgv <kgv@opencascade.com>
Tue, 18 Apr 2017 11:23:40 +0000 (14:23 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 20 Apr 2017 09:36:30 +0000 (12:36 +0300)
commite87d0237d89c77ccf8c3073b858935ed04ffbc93
tree785a1c2bf6ee167c438f01310cc78cd391faa228
parent85719f0ef9b8711f3115b46f0ad9e4b63c3a740f
0027345: Foundation Classes, OSD_Environment - use consistent way to retrieve environment variable value on Windows

OSD_Environment::Value() now uses GetEnvironmentVariableW() instead of _wgetenv()
which might provide outdated variable value cached by C runtime library.
src/OSD/OSD_Environment.cxx