Hi Mike,

The double __LP64__ is making sure it (__LP64__) is both DEFINED and TRUE.

# if defined ((__APPLE__)) && defined(__LP64__) && __LP64__
typedef CIconHandle  OSColorIcon;  // Mac CIcon
#else

To to help me fine tune a bit..

Wouldn't (__APPLE__) be automatically defined if I am compiling on OS X?

Is there a place where I can see what others like __LP64__ are available?

-Jason


_______________________________________________
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