don't restrict to OS9 API for Mac-Builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,9 +72,11 @@
|
|||||||
#if defined(__MACH__)
|
#if defined(__MACH__)
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#define BuildingMoreFilesXForMacOS9 0
|
||||||
#else
|
#else
|
||||||
#include <Carbon.h>
|
#include <Carbon.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#define BuildingMoreFilesXForMacOS9 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "MoreFilesX.h"
|
#include "MoreFilesX.h"
|
||||||
|
Reference in New Issue
Block a user