| 99 | } |
| 100 | |
| 101 | void NSISCALL GetUserVariableW(const int varnum, LPWSTR wideStr) |
| 102 | { |
| 103 | lstrcpyW(wideStr, getuservariable(varnum)); |
| 104 | } |
| 105 | |
| 106 | void NSISCALL GetUserVariableA(const int varnum, LPSTR ansiStr) |
| 107 | { |
nothing calls this directly
no test coverage detected