[EXPLORER] Minor cleanup/comment fixes.

This commit is contained in:
Hermès Bélusca-Maïto
2019-04-22 21:25:41 +02:00
parent 884db2ea06
commit a7ddabcc12
3 changed files with 10 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ const UINT ClockWndFormatsCount = _ARRAYSIZE(ClockWndFormats);
#define CLOCKWND_FORMAT_COUNT ClockWndFormatsCount
extern const WCHAR szTrayClockWndClass[];
static const WCHAR szTrayClockWndClass[] = L"TrayClockWClass";
class CTrayClockWnd :
public CComCoClass<CTrayClockWnd>,
@@ -142,8 +142,6 @@ public:
HRESULT Initialize(IN HWND hWndParent);
};
const WCHAR szTrayClockWndClass[] = L"TrayClockWClass";
#define ID_TRAYCLOCK_TIMER 0
#define ID_TRAYCLOCK_TIMER_INIT 1