Code

Use subdirectories with icon sizes.
[inkscape.git] / src / libnr / nr_config.h.mingw
1 #define NR_SIZEOF_CHAR 1
2 #define NR_SIZEOF_SHORT 2
3 #define NR_SIZEOF_INT 4
4 #define NR_SIZEOF_LONG 4
6 typedef signed char NRByte;
7 typedef unsigned char NRUByte;
8 typedef signed short NRShort;
9 typedef unsigned short NRUShort;
10 typedef signed int NRLong;
11 typedef unsigned long NRULong;