Project

General

Profile

« Previous | Next » 

Revision 14453a25

Added by Lars Kanis almost 5 years ago

Windows: Improve readablity of getenv() encoding

getenv() did use the expected codepage as an implicit parameter of the macro.
This is mis-leading since include/ruby/win32.h has a different definition.
Using the "cp" variable explicit (like the other function calls) makes it
more readable and consistent.