X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e6e6e73d2321c791fa6b9a014400f84a56743e5..af01f1ba0d697c07173f436ab661b4c833258a91:/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__)