diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-12 15:39:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-12 15:39:49 +0900 |
commit | 634a18a9e7471b135d9a1c04d6ed4a4a9a708da8 (patch) | |
tree | f1d7136f8574980aa2c60a3e1f3c937d7270b01e /tdefile-plugins/bmp/tdefile_bmp.cpp | |
parent | 39a63f17578b520c5cec10b82135c53936212559 (diff) | |
download | tdegraphics-634a18a9e7471b135d9a1c04d6ed4a4a9a708da8.tar.gz tdegraphics-634a18a9e7471b135d9a1c04d6ed4a4a9a708da8.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefile-plugins/bmp/tdefile_bmp.cpp')
-rw-r--r-- | tdefile-plugins/bmp/tdefile_bmp.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tdefile-plugins/bmp/tdefile_bmp.cpp b/tdefile-plugins/bmp/tdefile_bmp.cpp index 7052222f..2987bfdd 100644 --- a/tdefile-plugins/bmp/tdefile_bmp.cpp +++ b/tdefile-plugins/bmp/tdefile_bmp.cpp @@ -32,12 +32,7 @@ #include <tqfile.h> #include <tqdatetime.h> -#if !defined(__osf__) #include <inttypes.h> -#else -typedef unsigned long uint32_t; -typedef unsigned short uint16_t; -#endif typedef KGenericFactory<KBmpPlugin> BmpFactory; |