diff options
Diffstat (limited to 'common/arch.h')
-rw-r--r-- | common/arch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/arch.h b/common/arch.h index 2f3c51a2..6e62f11a 100644 --- a/common/arch.h +++ b/common/arch.h @@ -76,5 +76,6 @@ typedef int ti32; typedef unsigned int tui32; typedef signed int tsi32; typedef long tbus; +typedef int twchar; #endif |