Changeset 858 for libcaca/trunk/test
- Timestamp:
- Apr 24, 2006, 9:57:23 PM (15 years ago)
- Location:
- libcaca/trunk/test
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/export.c
r826 r858 13 13 14 14 #include "config.h" 15 #include "common.h" 15 16 16 17 #if defined(HAVE_INTTYPES_H) 17 18 # include <inttypes.h> 18 #else19 typedef unsigned char uint8_t;20 typedef unsigned short uint16_t;21 typedef unsigned int uint32_t;22 19 #endif 23 20 -
libcaca/trunk/test/font.c
r849 r858 13 13 14 14 #include "config.h" 15 #include "common.h" 15 16 16 17 #if defined(HAVE_INTTYPES_H) 17 18 # include <inttypes.h> 18 #else19 typedef unsigned char uint8_t;20 typedef unsigned short uint16_t;21 typedef unsigned int uint32_t;22 19 #endif 23 20 -
libcaca/trunk/test/frames.c
r849 r858 13 13 14 14 #include "config.h" 15 #include "common.h" 15 16 16 17 #if defined(HAVE_INTTYPES_H) 17 18 # include <inttypes.h> 18 #else19 typedef unsigned char uint8_t;20 typedef unsigned short uint16_t;21 typedef unsigned int uint32_t;22 19 #endif 23 20 -
libcaca/trunk/test/gamma.c
r832 r858 13 13 14 14 #include "config.h" 15 #include "common.h" 15 16 16 17 #if defined(HAVE_INTTYPES_H) 17 18 # include <inttypes.h> 18 #else19 typedef unsigned char uint8_t;20 typedef unsigned short uint16_t;21 typedef unsigned int uint32_t;22 19 #endif 23 20 -
libcaca/trunk/test/hsv.c
r849 r858 13 13 14 14 #include "config.h" 15 #include "common.h" 15 16 16 17 #if defined(HAVE_INTTYPES_H) 17 18 # include <inttypes.h> 18 #else19 typedef unsigned char uint8_t;20 typedef unsigned short uint16_t;21 typedef unsigned int uint32_t;22 19 #endif 23 20 -
libcaca/trunk/test/text.c
r843 r858 13 13 14 14 #include "config.h" 15 #include "common.h" 15 16 16 17 #if defined(HAVE_INTTYPES_H) 17 18 # include <inttypes.h> 18 #else19 typedef unsigned char uint8_t;20 typedef unsigned short uint16_t;21 typedef unsigned int uint32_t;22 19 #endif 23 20 -
libcaca/trunk/test/transform.c
r849 r858 13 13 14 14 #include "config.h" 15 #include "common.h" 15 16 16 17 #if defined(HAVE_INTTYPES_H) 17 18 # include <inttypes.h> 18 #else19 typedef unsigned char uint8_t;20 typedef unsigned short uint16_t;21 typedef unsigned int uint32_t;22 19 #endif 23 20 -
libcaca/trunk/test/truecolor.c
r849 r858 13 13 14 14 #include "config.h" 15 #include "common.h" 15 16 16 17 #if defined(HAVE_INTTYPES_H) 17 18 # include <inttypes.h> 18 #else19 typedef unsigned char uint8_t;20 typedef unsigned short uint16_t;21 typedef unsigned int uint32_t;22 19 #endif 23 20 -
libcaca/trunk/test/unicode.c
r849 r858 13 13 14 14 #include "config.h" 15 #include "common.h" 15 16 16 17 #if defined(HAVE_INTTYPES_H) 17 18 # include <inttypes.h> 18 #else19 typedef unsigned char uint8_t;20 typedef unsigned short uint16_t;21 typedef unsigned int uint32_t;22 19 #endif 23 20
Note: See TracChangeset
for help on using the changeset viewer.