comparison src/os_mac.h @ 2309:543ea69d037f vim73

Add clipboard support in Mac console. (Bjorn Winckler)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jul 2010 13:58:07 +0200
parents f8222d1f9a73
children 2e6dbc2fccd4
comparison
equal deleted inserted replaced
2308:cb025511f6b6 2309:543ea69d037f
20 * Macintosh machine-dependent things. 20 * Macintosh machine-dependent things.
21 * 21 *
22 * Include the Mac header files, unless also compiling with X11 (the header 22 * Include the Mac header files, unless also compiling with X11 (the header
23 * files have many conflicts). 23 * files have many conflicts).
24 */ 24 */
25 #ifndef FEAT_X11 25 #ifdef FEAT_GUI_MAC
26 # include <Quickdraw.h> /* Apple calls it QuickDraw.h... */ 26 # include <Quickdraw.h> /* Apple calls it QuickDraw.h... */
27 # include <ToolUtils.h> 27 # include <ToolUtils.h>
28 # include <LowMem.h> 28 # include <LowMem.h>
29 # include <Scrap.h> 29 # include <Scrap.h>
30 # include <Sound.h> 30 # include <Sound.h>