Dmitry,
No I am not using any native DLLs, these are being called by two of the IBM
Java 1.1.8 DLLs, and I notice are also called by the msvcrt.dll that they
ship.
However as far as I can see Wine does not yet have a full definition of the
RtlEnterCriticalSection and RtlLeaveCriticalSection functions either. Do
you have them?
Regards
David
"Dmitry Timoshkov" <[EMAIL PROTECTED]> on 08-09-2000 03:51:36 AM
To: David Goodenough/DGA/GB
cc: [EMAIL PROTECTED]
Subject: Re: Does anyone have a description for RtlpWaitForCriticalSection
and ..UnWait...
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>I have an application which seems to want these two Rtlp functions from
>ntdll, but they are not defined in the Win32 SDK HLP file and are define
as
>BUILTIN32_Unimplemented in ntdll.spec.. If someone has the interface
>definitions and possibly a description of what they do I would like to try
>to implement them.
Are you using native ntdll.dll?
Seems, the functions you mentioned are just ntdll-internal implementations
for
RtlEnterCriticalSection and RtlLeaveCriticalSection.
Dmitry.