use libtiff/libjpeg VC-specific include files for all Win32 compilers, including mingw32 (and even when using configure which is wrong but will be fixed later)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-09-21 14:13:15 +00:00
parent 710b82f34d
commit 24a39c0dd5
2 changed files with 2 additions and 6 deletions

View File

@@ -1,8 +1,4 @@
/* This test added by JACS as a quick fix. What should we do
* to make it work with configure?
*/
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined (__DMC__)
#if defined(_WIN32)
#include "jconfig.vc"
#else

View File

@@ -30,7 +30,7 @@
* ``Library-private'' definitions.
*/
#ifdef _MSC_VER
#if defined(_WIN32)
# include "tif_config.h.vc"
#else
# include "tif_config.h"