comparison src/os_mac.h @ 841:c2cae213194d v7.0e07

updated for version 7.0e07
author vimboss
date Sun, 23 Apr 2006 22:40:29 +0000
parents 7b21554be7a1
children b9740fb41986
comparison
equal deleted inserted replaced
840:2c885fab04e3 841:c2cae213194d
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 #ifndef FEAT_X11
26 # include <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>
31 # include <TextUtils.h> 31 # include <TextUtils.h>