Commit 2c95d10
authored
Fix compilation error on Linux systems
L"NULL" is a wchar in which fails to compile if the cpprestsdk::string_t is defined as std::string and not std::wstring (It's std::wstring only for windows)1 parent 2ac46ed commit 2c95d10
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
0 commit comments