Export wxMSWDarkMode::IsActive() from the core DLL

This is required now that it's used from the aui library too.
This commit is contained in:
Vadim Zeitlin 2022-12-28 01:01:05 +00:00
parent 521e29de7b
commit 5dbe9828db

View file

@ -17,6 +17,7 @@ namespace wxMSWDarkMode
// Return true if the application is using dark mode: note that this will only
// be the case if wxApp::MSWEnableDarkMode() was called.
WXDLLIMPEXP_CORE
bool IsActive();
// Enable dark mode for the given TLW if appropriate.