Ge van Geldorp wrote:
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/subsys/win32k/objects/ Changes by: gvg@mok.osexperts.com 04/12/27 12:06:56
Modified files: reactos/subsys/win32k/objects/: text.c
Log message: Consolidate filling of TEXTMETRICS to a single location.
This patch breaks displaying the underscore latter (in ROS console).
- Filip
Filip Navara wrote:
Ge van Geldorp wrote:
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/subsys/win32k/objects/ Changes by: gvg@mok.osexperts.com 04/12/27 12:06:56
Modified files: reactos/subsys/win32k/objects/: text.c Log message: Consolidate filling of TEXTMETRICS to a single location.
This patch breaks displaying the underscore latter (in ROS console).
s/latter/letter/ It's problem with NtGdiGetTextMetrics BTW.
- Filip
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
__________________________________ Do you Yahoo!? All your favorites on one personal page � Try My Yahoo! http://my.yahoo.com
-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Thomas Larsen Sent: 30. december 2004 11:37 To: ReactOS Development List Subject: [ros-dev] MSVCRT
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
Please write in english.
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.