Thomas Larsen wrote:
Hi got a q in msvcrt
all functions ref to a extern heap object where we use wine wine\heap.c
they use Free(getprocess,...); in reactos Free(HeapObject,...);
how can u in Reactos be sure that the heaps not get shared between apps if you not use getprocess from kernel
Just a question after looking deep into msvcrt
Our MSVCRT uses separate *per-process* heap.