UI: add a dialog that shows local hardware IDs

This commit is contained in:
morg 2023-03-17 15:59:52 +00:00 committed by Adam Honse
parent 482e8bf3e2
commit a4130ba373
10 changed files with 260 additions and 42 deletions

10
StringUtils.h Normal file
View 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