UI: add a dialog that shows local hardware IDs
This commit is contained in:
parent
482e8bf3e2
commit
a4130ba373
10 changed files with 260 additions and 42 deletions
10
StringUtils.h
Normal file
10
StringUtils.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef STRING_UTILS_H
|
||||
#define STRING_UTILS_H
|
||||
|
||||
class StringUtils
|
||||
{
|
||||
public:
|
||||
static const char* wchar_to_char(const wchar_t* pwchar);
|
||||
};
|
||||
|
||||
#endif // STRING_UTILS_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue