EVOLUTION-MANAGER
Edit File: cpl_config.h
#include <bits/wordsize.h> #if __WORDSIZE == 32 #include "cpl_config-32.h" #else #if __WORDSIZE == 64 #include "cpl_config-64.h" #else #error "Unknown word size" #endif #endif