mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
plugin/tif: Fixed for mingw
git-svn-id: svn://ultimatepp.org/upp/trunk@12874 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
dae7ee5895
commit
fb27eebe7f
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(__WIN32) || defined(_WIN32) || defined(WIN32)
|
||||
#define TIFF_INT32_T long
|
||||
#define TIFF_UINT32_T unsigned long
|
||||
#define TIFF_INT64_T signed __int64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue