temperror wrote: > We are building a project in which we need Wine to allocate its memory in a shared memory that would be accessible to our custom sub-processes. So why do you need to modify Wine? If you running all processes withing one instance of Wine you can use standard Windows techniques to create shared memory. Nothing special here.