Before, it called ::CreateMutex() directly.
Using the wxWidgets class increased the compiled binary size by ~1KB, which is worth the benefit of not having conditional compilation.
There is still Windows-specific logic for naming the mutex and for showing the existing application.