Made db.h compile (removed this wxODBC_ONLY_FARWRD_XXXXXX),
authorRobert Roebling <robert@roebling.de>
Tue, 30 Nov 1999 18:42:35 +0000 (18:42 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 30 Nov 1999 18:42:35 +0000 (18:42 +0000)
commitb47c832e5529dc6c632536b4665a005f0a85aec8
tree93ab65f913cf1fa2fdfb5b2bc82f73097be85027
parenta6ad3e89c6beee0a5936ca4585caa19373e0c287
  Made db.h compile (removed this wxODBC_ONLY_FARWRD_XXXXXX),
  Added sources for TIFF 3.5.2 from libtiff.org.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
62 files changed:
Makefile.in
configure
configure.in
distrib/msw/tmake/unx.t
include/wx/db.h
samples/image/Makefile.in
samples/image/horse.tif [new file with mode: 0644]
src/tiff/COPYRIGHT [new file with mode: 0644]
src/tiff/README [new file with mode: 0644]
src/tiff/TODO [new file with mode: 0644]
src/tiff/VERSION [new file with mode: 0644]
src/tiff/port.h [new file with mode: 0644]
src/tiff/t4.h [new file with mode: 0644]
src/tiff/tif_acorn.c [new file with mode: 0644]
src/tiff/tif_apple.c [new file with mode: 0644]
src/tiff/tif_atari.c [new file with mode: 0644]
src/tiff/tif_aux.c [new file with mode: 0644]
src/tiff/tif_close.c [new file with mode: 0644]
src/tiff/tif_codec.c [new file with mode: 0644]
src/tiff/tif_compress.c [new file with mode: 0644]
src/tiff/tif_dir.c [new file with mode: 0644]
src/tiff/tif_dir.h [new file with mode: 0644]
src/tiff/tif_dirinfo.c [new file with mode: 0644]
src/tiff/tif_dirread.c [new file with mode: 0644]
src/tiff/tif_dirwrite.c [new file with mode: 0644]
src/tiff/tif_dumpmode.c [new file with mode: 0644]
src/tiff/tif_error.c [new file with mode: 0644]
src/tiff/tif_fax3.c [new file with mode: 0644]
src/tiff/tif_fax3.h [new file with mode: 0644]
src/tiff/tif_fax3sm.c [new file with mode: 0644]
src/tiff/tif_flush.c [new file with mode: 0644]
src/tiff/tif_getimage.c [new file with mode: 0644]
src/tiff/tif_jpeg.c [new file with mode: 0644]
src/tiff/tif_luv.c [new file with mode: 0644]
src/tiff/tif_lzw.c [new file with mode: 0644]
src/tiff/tif_msdos.c [new file with mode: 0644]
src/tiff/tif_next.c [new file with mode: 0644]
src/tiff/tif_open.c [new file with mode: 0644]
src/tiff/tif_packbits.c [new file with mode: 0644]
src/tiff/tif_pixarlog.c [new file with mode: 0644]
src/tiff/tif_predict.c [new file with mode: 0644]
src/tiff/tif_predict.h [new file with mode: 0644]
src/tiff/tif_print.c [new file with mode: 0644]
src/tiff/tif_read.c [new file with mode: 0644]
src/tiff/tif_strip.c [new file with mode: 0644]
src/tiff/tif_swab.c [new file with mode: 0644]
src/tiff/tif_thunder.c [new file with mode: 0644]
src/tiff/tif_tile.c [new file with mode: 0644]
src/tiff/tif_unix.c [new file with mode: 0644]
src/tiff/tif_version.c [new file with mode: 0644]
src/tiff/tif_vms.c [new file with mode: 0644]
src/tiff/tif_warning.c [new file with mode: 0644]
src/tiff/tif_win3.c [new file with mode: 0644]
src/tiff/tif_win32.c [new file with mode: 0644]
src/tiff/tif_write.c [new file with mode: 0644]
src/tiff/tif_zip.c [new file with mode: 0644]
src/tiff/tiff.h [new file with mode: 0644]
src/tiff/tiffcomp.h [new file with mode: 0644]
src/tiff/tiffconf.h [new file with mode: 0644]
src/tiff/tiffio.h [new file with mode: 0644]
src/tiff/tiffiop.h [new file with mode: 0644]
src/tiff/uvcode.h [new file with mode: 0644]