mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[uwac] use posix functions
This commit is contained in:
@@ -36,7 +36,7 @@ static bool dupstr(char** dst, const char* src)
|
||||
*dst = NULL;
|
||||
if (!src)
|
||||
return true;
|
||||
*dst = _strdup(src);
|
||||
*dst = strdup(src);
|
||||
return *dst != NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user