To get a head start on this, when you're writing interface code to Windows, use WCHAR instead of wchar or wchar_t, and then your code will continue to compile before and after the change.
Here's an example: https://github.com/dlang/druntime/pull/2392/files
