propane/unicode.h
2010-03-29 15:05:57 -04:00

9 lines
77 B
C

#ifndef UNICODE_H
#include <stdint.h>
typedef uint32_t unichar_t;
#endif