mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
Use C++17 by default
Plus C++ standard conformance fixes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "stdafx.h"
|
||||
#include <filesystem>
|
||||
namespace fs = std::experimental::filesystem;
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
static void CopyRegKey(HKEY root, const wchar_t* srcKey, const wchar_t* dstKey)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user