It's strange that I always notice my own errors in ros-diffs and not before the commit.

svn path=/trunk/; revision=25299
This commit is contained in:
Ged Murphy 2007-01-04 23:39:26 +00:00
parent 6b47dbcdc8
commit 565b2f4f9e

View file

@ -176,7 +176,7 @@ PreviewWndProc(HWND hwnd,
HDC hdc; HDC hdc;
PAINTSTRUCT ps; PAINTSTRUCT ps;
RECT rc; RECT rc;
static NONCLIENTMETRICS NonClientMetrics;
static TCHAR szInAct[32]; static TCHAR szInAct[32];
static TCHAR szAct[32]; static TCHAR szAct[32];
static TCHAR szWinTxt[32]; static TCHAR szWinTxt[32];
@ -190,8 +190,6 @@ PreviewWndProc(HWND hwnd,
{ {
case WM_CREATE: case WM_CREATE:
{ {
NONCLIENTMETRICS NonClientMetrics;
pPreviewData = (PPREVIEW_DATA)HeapAlloc(GetProcessHeap(), pPreviewData = (PPREVIEW_DATA)HeapAlloc(GetProcessHeap(),
HEAP_ZERO_MEMORY, HEAP_ZERO_MEMORY,
sizeof(PREVIEW_DATA)); sizeof(PREVIEW_DATA));