mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
[FORMATTING]
Tabs -> Spaces svn path=/branches/colins-printing-for-freedom/; revision=68407
This commit is contained in:
parent
30af627761
commit
c3a6132e37
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|||
{
|
||||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hinstDLL);
|
||||
hProcessHeap = GetProcessHeap();
|
||||
hProcessHeap = GetProcessHeap();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue