summaryrefslogtreecommitdiffstats
path: root/abs/core/libogg/config_types.h
blob: 8297a7acbb28dea35555e60deb8cec323b4edb0e (plain)
1
2
3
4
5
6
7
8
9
#include <bits/wordsize.h>

#if __WORDSIZE == 32
#include "config_types-32.h"
#elif __WORDSIZE == 64
#include "config_types-64.h"
#else
#error "Unknown word size"
#endif