From 3e5dc8177181f10869646113b4f94352eae8bbe5 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 20 Oct 2008 19:37:03 +0000 Subject: [PATCH] - Add missing PUMDHPDEV. svn path=/trunk/; revision=36856 --- reactos/include/reactos/win32k/ntgdityp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/reactos/win32k/ntgdityp.h b/reactos/include/reactos/win32k/ntgdityp.h index 3e6361a1455..8dbb9ee2ad7 100644 --- a/reactos/include/reactos/win32k/ntgdityp.h +++ b/reactos/include/reactos/win32k/ntgdityp.h @@ -214,6 +214,7 @@ typedef DWORD LFTYPE; /* TYPES *********************************************************************/ typedef PVOID KERNEL_PVOID; +typedef PVOID PUMDHPDEV; typedef D3DNTHAL_CONTEXTCREATEDATA D3DNTHAL_CONTEXTCREATEI; typedef LONG FIX;