mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 23:30:07 +08:00
[EXPLORER] Minor cleanup/comment fixes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user