mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
We are using it now,,, so clean up before use.
svn path=/trunk/; revision=28985
This commit is contained in:
parent
f22e04dc25
commit
f53a2fd07d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue