diff --git a/wCenterWindow/Logger.h b/wCenterWindow/Logger.h index d51aa14..5a2d885 100644 --- a/wCenterWindow/Logger.h +++ b/wCenterWindow/Logger.h @@ -1,6 +1,9 @@ -// wLogger v3.1 (Edited version from RBTray project [https://github.com/benbuck/rbtray]) +// wCenterWindow // logger.h +// wLogger v3.1 (Edited version from RBTray project [https://github.com/benbuck/rbtray]) +// // Usage: LOG_TO_FILE(L"%s(%d): Log message", TEXT(__FUNCTION__), __LINE__); +// #pragma once #include "framework.h" diff --git a/wCenterWindow/wCenterWindow.cpp b/wCenterWindow/wCenterWindow.cpp index e8182db..42c246b 100644 --- a/wCenterWindow/wCenterWindow.cpp +++ b/wCenterWindow/wCenterWindow.cpp @@ -1,7 +1,7 @@ // wCenterWindow // wCenterWindow.cpp +// // TODO: Licensing. -// TODO: Move restricted window classes to Array. // TODO: Change keyboard low-level hook to RegisterHotKey function. // TODO: Add check for updates. // TODO: Make x64 version. @@ -40,7 +40,7 @@ MENUITEMINFO mii = { 0 }; LPVOID szBuffer; // {2D7B7F30-4B5F-4380-9807-57D7A2E37F6C} -static const GUID guid = { 0x2d7b7f30, 0x4b5f, 0x4380, { 0x98, 0x7, 0x57, 0xd7, 0xa2, 0xe3, 0x7f, 0x6c } }; +// static const GUID guid = { 0x2d7b7f30, 0x4b5f, 0x4380, { 0x98, 0x7, 0x57, 0xd7, 0xa2, 0xe3, 0x7f, 0x6c } }; // Forward declarations of functions included in this code module: VOID HandlingTrayIcon(); diff --git a/wCenterWindow/wCenterWindow.h b/wCenterWindow/wCenterWindow.h index 5ef9d6e..d7b66aa 100644 --- a/wCenterWindow/wCenterWindow.h +++ b/wCenterWindow/wCenterWindow.h @@ -1,4 +1,5 @@ // wCenterWindow // wCenterWindow.h +// #pragma once #include "resource.h" diff --git a/wCenterWindow/wCenterWindow.ico b/wCenterWindow/wCenterWindow.ico index a743458..6d0c8ff 100644 Binary files a/wCenterWindow/wCenterWindow.ico and b/wCenterWindow/wCenterWindow.ico differ diff --git a/wCenterWindow/wCenterWindow.vcxproj b/wCenterWindow/wCenterWindow.vcxproj index 266f294..2ce58c2 100644 --- a/wCenterWindow/wCenterWindow.vcxproj +++ b/wCenterWindow/wCenterWindow.vcxproj @@ -188,7 +188,7 @@ - + @@ -199,7 +199,6 @@ -