Robert Shearman wrote:
How about this for ReactOS:
- Create a replacement for include/wine/unicode.h that has the
following: #define strlenW wcslen #define strcpyW wcscpy ... 2. Apply a patch to each of the DLLs that currently link with libunicode to instead link with ntdll or msvcrt.
That's actually how I did it, i wasn't aware that wine/unicode.h had this stuff for the ports. It works fine this way, anyways sorry for any inconvenience.
Best Regards, Thomas