# if defined ((__APPLE__)) && defined(__LP64__) && __LP64__
// 64 bit headers/defines/typedefs here
#else
// 32 bit headers/defines/typedefs here

#endif
_________________________________________________________
Mike Jackson                  mike.jack...@bluequartz.net
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio



On Aug 17, 2009, at 10:41 AM, ML wrote:

#if TARGET_OS_MAC || (__APPLE__)
        #include <Carbon/Carbon.h>
#endif

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to