X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad5c34f309074eefe625b82e1203eec5b91247f5..a6e2157322eedc8142be3a24cb3fe26eb1e8a0e8:/include/wx/wxprec.h diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index b7c00c4f70..b1a93f2493 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -27,7 +27,7 @@ // Comment this out if you don't mind slower compilation of the wxWindows // library -#ifndef __WXMAC__ +#if !defined(__WXMAC__) && !defined(__SALFORDC__) #include #endif @@ -59,6 +59,10 @@ #undef FindResource #endif +#ifdef LoadAccelerators +#undef LoadAccelerators +#endif + #else // always include this file (under Unix it's generated by configure) #include "wx/setup.h"