mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
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:
parent
6b47dbcdc8
commit
565b2f4f9e
1 changed files with 1 additions and 3 deletions
|
@ -176,7 +176,7 @@ PreviewWndProc(HWND hwnd,
|
|||
HDC hdc;
|
||||
PAINTSTRUCT ps;
|
||||
RECT rc;
|
||||
|
||||
static NONCLIENTMETRICS NonClientMetrics;
|
||||
static TCHAR szInAct[32];
|
||||
static TCHAR szAct[32];
|
||||
static TCHAR szWinTxt[32];
|
||||
|
@ -190,8 +190,6 @@ PreviewWndProc(HWND hwnd,
|
|||
{
|
||||
case WM_CREATE:
|
||||
{
|
||||
NONCLIENTMETRICS NonClientMetrics;
|
||||
|
||||
pPreviewData = (PPREVIEW_DATA)HeapAlloc(GetProcessHeap(),
|
||||
HEAP_ZERO_MEMORY,
|
||||
sizeof(PREVIEW_DATA));
|
||||
|
|
Loading…
Reference in a new issue