aboutsummaryrefslogtreecommitdiff
path: root/base/System.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/System.cpp')
-rw-r--r--base/System.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/System.cpp b/base/System.cpp
index 9883f3f..7cf64d8 100644
--- a/base/System.cpp
+++ b/base/System.cpp
@@ -39,7 +39,7 @@
#endif // __APPLE__
#ifdef _MSC_VER
-// #include "msvc-posix.h"
+// #include "aemu/base/msvc.h"
// #include <dirent.h>
#else
#include <time.h>
@@ -145,7 +145,7 @@ static const TickCountImpl kTickCount;
namespace android {
namespace base {
-std::string getEnvironmentVariable(const std::string& key) {
+std::string getEnvironmentVariable(const std::string& key) {
#ifdef _WIN32
Win32UnicodeString varname_unicode(key);
const wchar_t* value = _wgetenv(varname_unicode.c_str());