Patrik Stridvall <[EMAIL PROTECTED]> writes: > Oh, well, I don't really have any strong feelings in > any direction. But it would be easier if you told me > how you wanted it.
Let's leave it that way for now. > Should we have them as the default imported function in say kernel32.pm > or should each test that wants a easier to use version declare it > in the test itself. Definitely in the test itself, and with a different name. We want GlobalGetAtomNameA to call the corresponding kernel function directly, not have some kind of hidden wrapper that transforms arguments; this would make it impossible to find out what's going on. -- Alexandre Julliard [EMAIL PROTECTED]