chore: C++ google style

This commit is contained in:
huanghongxun
2021-05-30 02:42:39 +08:00
parent 258a6628e4
commit 6d75c4d34f
10 changed files with 276 additions and 302 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
#include <windows.h>
#include <string>
#include "Version.h"
// Find Java installation in system registry
bool FindJavaInRegistry(std::wstring &path);