summaryrefslogtreecommitdiff
path: root/com32/include/bitsize/stdintconst.h
blob: b2f3141a58574b7a65ac31070d3b7947df58ba7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * bitsize/stdintconst.h
 */

#ifndef _BITSIZE_STDINTCONST_H
#define _BITSIZE_STDINTCONST_H

#if __SIZEOF_POINTER__ == 4
#include <bitsize32/stdintconst.h>
#elif __SIZEOF_POINTER__ == 8
#include <bitsize64/stdintconst.h>
#else
#error "Unable to build for to-be-defined architecture type"
#endif

#endif				/* _BITSIZE_STDINTCONST_H */