mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user