Changeset 858
- Timestamp:
- Apr 24, 2006, 9:57:23 PM (15 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 1 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/Makefile.am
r850 r858 4 4 DIST_SUBDIRS = $(SUBDIRS) autotools debian msvc 5 5 6 EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in libcaca.spec6 EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in common.h libcaca.spec 7 7 AUTOMAKE_OPTIONS = dist-bzip2 8 8 -
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.