We are using it now,,, so clean up before use.

svn path=/trunk/; revision=28985
This commit is contained in:
James Tabor 2007-09-10 05:37:57 +00:00
parent f22e04dc25
commit f53a2fd07d

View file

@ -69,10 +69,8 @@ GdiDllInitialize (
NtCurrentTeb()->GdiTebBatch.Offset = 0;
NtCurrentTeb()->GdiBatchCount = 0;
#endif
#if 0
// Very simple, the list will fill itself as it is needed.
RtlZeroMemory( &stock_objects, NB_STOCK_OBJECTS); //Assume Ros is dirty.
#endif
return TRUE;
}