Correctly log config values
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#include "utils.h"
|
||||
|
||||
#include <SetupApi.h>
|
||||
|
||||
#include "src/utility.h"
|
||||
#include "src/logging.h"
|
||||
|
||||
std::wstring acpToUtf16(const std::string& origStr) {
|
||||
auto acp = GetACP();
|
||||
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <windows.h>
|
||||
#include <SetupApi.h>
|
||||
#include <wtsapi32.h>
|
||||
|
||||
#include "src/utility.h"
|
||||
#include "src/logging.h"
|
||||
|
||||
std::wstring acpToUtf16(const std::string& origStr);
|
||||
std::string utf16toAcp(const std::wstring& utf16Str);
|
||||
std::string convertUtf8ToCurrentCodepage(const std::string& utf8Str);
|
||||
|
||||
Reference in New Issue
Block a user