Commit 5938bf2
committed
Fix Windows compilation error in AdbClientTest.cpp
Replace direct setenv() call with set_env() helper function that
handles cross-platform differences (using _putenv_s on Windows
and setenv on other platforms). This fixes the build failure:
error C3861: 'setenv': identifier not found1 parent e08f54c commit 5938bf2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments