diff options
author | Michele Calgaro <[email protected]> | 2025-01-12 16:21:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-12 16:21:09 +0900 |
commit | 879d0179165d84060122f1bc292bfe254c5f5ce0 (patch) | |
tree | aab471f279e4ada6b69f6b4cc555a7b03e6ea3b7 /kiten/dict.h | |
parent | 472549f9a1046ec84f3e79a583b2a5d395daf40b (diff) | |
download | tdeedu-master.tar.gz tdeedu-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kiten/dict.h')
-rw-r--r-- | kiten/dict.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kiten/dict.h b/kiten/dict.h index 25db6d0e..0803d235 100644 --- a/kiten/dict.h +++ b/kiten/dict.h @@ -29,12 +29,7 @@ #include <tqstringlist.h> #include <sys/types.h> -#ifdef __osf__ -typedef unsigned int uint32_t; -typedef int int32_t; -#else #include <inttypes.h> -#endif namespace Dict { |