9 #ifndef SKETCHUP_APPLICATION_RUBY_API_H_ 
   10 #define SKETCHUP_APPLICATION_RUBY_API_H_ 
   13 #include <SketchUpAPI/model/defs.h> 
   25   #define RUBY_VALUE unsigned long 
   27   #define RUBY_VALUE unsigned long long 
   29   #warning "Unsupported platform" 
   30   #define RUBY_VALUE unsigned long 
  118 #endif  // SKETCHUP_APPLICATION_RUBY_API_H_