mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
reverted my last change
svn path=/trunk/; revision=7296
This commit is contained in:
parent
4a8eb78729
commit
ce3d36ede6
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ DllMain(
|
||||||
hProcessHeap = RtlGetProcessHeap();
|
hProcessHeap = RtlGetProcessHeap();
|
||||||
Init();
|
Init();
|
||||||
InitThread();
|
InitThread();
|
||||||
CreateFrameBrushes();
|
|
||||||
break;
|
break;
|
||||||
case DLL_THREAD_ATTACH:
|
case DLL_THREAD_ATTACH:
|
||||||
InitThread();
|
InitThread();
|
||||||
|
|
Loading…
Reference in a new issue