X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e6e6e73d2321c791fa6b9a014400f84a56743e5..761df41e86ceeed56d32c038a6c9f88554d4f47a:/include/wx/frame.h diff --git a/include/wx/frame.h b/include/wx/frame.h index aaec9eba95..2fa2d92fec 100644 --- a/include/wx/frame.h +++ b/include/wx/frame.h @@ -203,7 +203,7 @@ protected: }; // include the real class declaration -#ifdef __WXUNIVERSAL__ +#if defined(__WXUNIVERSAL__) // && !defined(__WXMICROWIN__) #include "wx/univ/frame.h" #else // !__WXUNIVERSAL__ #if defined(__WXMSW__)