Eric Pouech <[EMAIL PROTECTED]> writes: > for example, shouldn't we use WOWGlobal???16 functions (and import wow32.dll) > instead of using the Wine only Global???16 functions (and get rid of the > EP in kernel32 ?) It wouldn't buy us anything since the wow32 entry points are just forwards to kernel32, we still need the entry points in kernel32 itself. And the Global???16 functions are apparently exported (by ordinal) under Win95 too. -- Alexandre Julliard [EMAIL PROTECTED]
- coding style Eric Pouech
- Re: coding style Alexandre Julliard
- Re: coding style Eric Pouech
- Alexandre Julliard