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:
@@ -1,8 +1,4 @@
|
|||||||
/* This test added by JACS as a quick fix. What should we do
|
#if defined(_WIN32)
|
||||||
* to make it work with configure?
|
|
||||||
*/
|
|
||||||
|
|
||||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined (__DMC__)
|
|
||||||
#include "jconfig.vc"
|
#include "jconfig.vc"
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
* ``Library-private'' definitions.
|
* ``Library-private'' definitions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#if defined(_WIN32)
|
||||||
# include "tif_config.h.vc"
|
# include "tif_config.h.vc"
|
||||||
#else
|
#else
|
||||||
# include "tif_config.h"
|
# include "tif_config.h"
|
||||||
|
Reference in New Issue
Block a user