On Sat, Jul 29, 2000 at 11:46:32AM -0700, Alexandre Julliard wrote:
> Marcus Meissner <[EMAIL PROTECTED]> writes:
> 
> > Well, the Win95 kernel does ;) 
> > 
> > However, we do not need it.
> > 
> > Ciao, Marcus
> > 
> > Changelog:
> >     get rid of USER32 functions in KERNEL32
> 
> The only problem with this is that vsnprintf() is not really
> portable. I bet Patrik is going to complain ;-)

Let me guess, an approach like:

    FARPROC     fnVSPRINTFA;
    HMODULE     huser32 = LoadLibrary("user32.dll");

    fnVSPRINTFA = GetProcAddress(huser32,"wvsprintfA");

    fnVSPRINTFA(....); 

Is not acceptable either ;)

Ciao, Marcus

Reply via email to