55fd57ecfe
This is prep work to make room for a CoreText-based implementation
7 lines
103 B
C
7 lines
103 B
C
|
|
|
|
#ifdef ENABLE_CORETEXT
|
|
#include "aqua/coretext/salgdi.h"
|
|
#else
|
|
#include "aqua/atsui/salgdi.h"
|
|
#endif
|