Description
Allocating a shared section into an external process with SHAllocShared succeeds, but a subsequent call to SHLockShared fails. If the shared memory is allocated in the current process, the same operation succeeds.
Either WINE's implementation is broken, or we have problems in the kernel shared sections implementation. Hopefully the former.