Fix problem when compiling without Core Text

This commit is contained in:
Bjorn Winckler
2010-07-26 16:53:28 +02:00
parent c1a59b534a
commit 66cfd7c136
+6
View File
@@ -19,6 +19,10 @@
* changes were made to adapt the code to MacVim.
*/
#import "Miscellaneous.h" // Defines MM_ENABLE_ATSUI
#if !MM_ENABLE_ATSUI
#import "MMCoreTextView.h"
@@ -228,3 +232,5 @@ static const NSTrackingRectTag kTrackingRectTag = 0xBADFACE;
}
@end
#endif // !MM_ENABLE_ATSUI