end2endzone / RapidAssist

RapidAssist is a lite cross-platform library that assist you with the most c++ repetitive tasks.
MIT License
5 stars 0 forks source link

Compilation fail: environment.cpp:142:5: error: ‘LPCH’ was not declared in this scope #58

Closed end2endzone closed 3 years ago

end2endzone commented 3 years ago

The code for ra::environment::GetEnvironmentVariables() and ra::environment::GetEnvironmentVariablesUtf8() was modified to fix issue #54. The correction is working as expected for a Windows machine but the code is no longer portable on Linux.

Recommendations:

See https://travis-ci.org/github/end2endzone/RapidAssist/builds/747106217 for details.