mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Added support for MinGW32 - to be working with qticsneo
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "icsneo/platform/windows/registry.h"
|
||||
#include <codecvt>
|
||||
#include <vector>
|
||||
#include <locale>
|
||||
|
||||
using namespace icsneo;
|
||||
|
||||
@@ -105,4 +106,4 @@ bool Registry::Get(std::wstring path, std::wstring key, uint32_t& value) {
|
||||
|
||||
bool Registry::Get(std::string path, std::string key, uint32_t& value) {
|
||||
return Get(converter.from_bytes(path), converter.from_bytes(key), value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user