added GDI kernel mode graphics engine skeleton

svn path=/trunk/; revision=493
This commit is contained in:
Rex Jolliff 1999-05-20 01:31:05 +00:00
parent 56b16dbf01
commit 905776a29b

View file

@ -0,0 +1,13 @@
DllMain()
{
/* %%% handle GDI initialization here */
}
HDC GDICreateDC(LPCWSTR Driver,
LPCWSTR Device,
CONST PDEVMODE InitData)
{
/* %%% initialize device driver here on first call for display DC. */
}