Hi Matteo,
On 6/1/22 15:38, Matteo Bruni wrote:
Just for my own curiosity: have you already thought about how to split the functions and the source files between those that are to be shared vs the version specific ones?
The plan is to introduce wine-specific dll with shared code. Currently I'm trying to create helpers that later will be moved to this library (some modifications will be needed at this point). I'm also trying to find out what can/should be moved to separate dll. It's not really visible with patches that I have already sent but e.g. HRESULT parameter handling suggests that part of the error handling should not be done in shared code.
Thanks, Piotr