ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/clip_macosx.cpp
(Generate patch)

Comparing BasiliskII/src/MacOSX/clip_macosx.cpp (file contents):
Revision 1.9 by asvitkine, 2010-07-28T21:59:02Z vs.
Revision 1.10 by asvitkine, 2010-10-16T04:11:18Z

# Line 98 | Line 98 | void ClipExit(void)
98  
99   void GetScrap(void **handle, uint32 type, int32 offset)
100   {
101 < #if defined(MAC_OS_X_VERSION_10_6)
101 > #if defined(__LP64__)
102          D(bug("GetScrap handle %p, type %08x, offset %d\n", handle, type, offset));
103 <        #warning Carbon scrapbook function have been removed from Mac OS X 10.6+
103 >        #warning Carbon scrapbook function are not implemented in 64-bit mode
104   #else
105          D(bug("GetScrap handle %p, type %08x, offset %d\n", handle, type, offset));
106          ScrapRef theScrap;
# Line 166 | Line 166 | void GetScrap(void **handle, uint32 type
166  
167   void PutScrap(uint32 type, void *scrap, int32 length)
168   {
169 < #if defined(MAC_OS_X_VERSION_10_6)
170 < #warning Carbon scrapbook function have been removed from Mac OS X 10.6+
169 > #if defined(__LP64__)
170 >        #warning Carbon scrapbook function are not implemented in 64-bit mode
171          D(bug("PutScrap type %4.4s, data %08lx, length %ld\n", &type, scrap, length));
172   #else
173          static bool clear = true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines