part 2 of landing for bug 282940. actually make the switch to CFRunLoop. a=asa

git-svn-id: svn://10.0.0.236/trunk@174958 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joshmoz%gmail.com
2005-06-21 21:04:37 +00:00
parent 7bfda5d2a7
commit 269946319d

View File

@@ -73,8 +73,10 @@
#include <CoreFoundation/CoreFoundation.h>
#define MAC_USE_CFRUNLOOPSOURCE
#elif defined(TARGET_CARBON)
#include <CarbonEvents.h>
#define MAC_USE_CARBON_EVENT
// #include <CarbonEvents.h>
// #define MAC_USE_CARBON_EVENT
#include <CoreFoundation/CoreFoundation.h>
#define MAC_USE_CFRUNLOOPSOURCE
#endif
#endif