Initial community commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
void RenameDevice(const char *root_url, const wchar_t *new_name);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
void RenameDevice(const char *root_url, const wchar_t *new_name);
|
||||