newline before EOF fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5aaabb3710
commit
0856acc63d
@ -10,4 +10,4 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
// NOT NEEDED ANYMORE
|
||||
// NOT NEEDED ANYMORE
|
||||
|
@ -29,4 +29,4 @@ void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data )
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* MAC_NOTIFYERS */
|
||||
#endif /* MAC_NOTIFYERS */
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/chkconf.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/chkconf.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,5 @@
|
||||
#include "wx/mac/classic/colordlg.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/colordlg.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/dataform.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dataform.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/dataobj.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dataobj.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/dataobj2.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dataobj2.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/dnd.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dnd.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/fontdlg.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/fontdlg.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/joystick.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/joystick.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/macnotfy.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/macnotfy.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/metafile.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/metafile.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/mimetype.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/mimetype.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/minifram.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/minifram.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/pnghand.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/pnghand.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/printdlg.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/printdlg.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/printmac.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/printmac.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/private.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/private.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/sound.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/sound.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/spinbutt.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/spinbutt.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/spinctrl.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/spinctrl.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/statline.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/statline.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/tabctrl.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/tabctrl.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/taskbarosx.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/taskbarosx.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/tooltip.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/tooltip.h"
|
||||
#endif
|
||||
#endif
|
||||
|
@ -2,4 +2,4 @@
|
||||
#include "wx/mac/classic/uma.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/uma.h"
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user