X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b47c832e5529dc6c632536b4665a005f0a85aec8..97c153e44634a9b2b17614f85035205a0d9eaa46:/src/tiff/port.h diff --git a/src/tiff/port.h b/src/tiff/port.h index 3acbfb8ea5..773d63a8a3 100644 --- a/src/tiff/port.h +++ b/src/tiff/port.h @@ -1,6 +1,6 @@ /* * Warning, this file was automatically created by the TIFF configure script - * Actually, it has been modified to use wxWindows' values. + * Actually, it has been modified to use wxWidgets' values. * VERSION: v3.5.2 * DATE: Son Nov 28 15:15:07 GMT 1999 * TARGET: @@ -18,14 +18,14 @@ extern "C" { #include #define HOST_FILLORDER FILLORDER_LSB2MSB -/* wxWindows defines WORDS_BIGENDIAN */ +/* wxWidgets defines WORDS_BIGENDIAN */ #ifdef WORDS_BIGENDIAN #define HOST_BIGENDIAN 1 #else #define HOST_BIGENDIAN 0 #endif -/* wxWindows defines its own reading and writing routines */ +/* wxWidgets defines its own reading and writing routines */ /* #define HAVE_MMAP 1 */ #include @@ -44,12 +44,12 @@ typedef double dblparam_t; #define GLOBALDATA(TYPE,NAME) extern TYPE NAME -/* wxWindows defines wxUSE_LIBJPEG */ +/* wxWidgets defines wxUSE_LIBJPEG */ #if wxUSE_LIBJPEG #define JPEG_SUPPORT #endif -/* wxWindows defines wxUSE_ZLIB */ +/* wxWidgets defines wxUSE_ZLIB */ #if wxUSE_ZLIB #define ZIP_SUPPORT #endif