mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
spelling
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
const std::wstring moduleName = L"Projects\\ProjectsLauncher";
|
const std::wstring moduleName = L"Projects\\ProjectsLauncher";
|
||||||
const std::wstring internalPath = L"";
|
const std::wstring internalPath = L"";
|
||||||
|
|
||||||
int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hInstPrev, LPSTR cmdline, int cmdshow)
|
int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hInstPrev, LPSTR cmdline, int cmdShow)
|
||||||
{
|
{
|
||||||
LoggerHelpers::init_logger(moduleName, internalPath, LogSettings::projectsLauncherLoggerName);
|
LoggerHelpers::init_logger(moduleName, internalPath, LogSettings::projectsLauncherLoggerName);
|
||||||
InitUnhandledExceptionHandler();
|
InitUnhandledExceptionHandler();
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
const std::wstring moduleName = L"Projects\\ProjectsSnapshotTool";
|
const std::wstring moduleName = L"Projects\\ProjectsSnapshotTool";
|
||||||
const std::wstring internalPath = L"";
|
const std::wstring internalPath = L"";
|
||||||
|
|
||||||
int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hInstPrev, LPSTR cmdLine, int cmdshow)
|
int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hInstPrev, LPSTR cmdLine, int cmdShow)
|
||||||
{
|
{
|
||||||
LoggerHelpers::init_logger(moduleName, internalPath, LogSettings::projectsLauncherLoggerName);
|
LoggerHelpers::init_logger(moduleName, internalPath, LogSettings::projectsLauncherLoggerName);
|
||||||
InitUnhandledExceptionHandler();
|
InitUnhandledExceptionHandler();
|
||||||
|
|||||||
Reference in New Issue
Block a user