diff --git a/LibRawLite/internal/dcraw_common.cpp b/LibRawLite/internal/dcraw_common.cpp index 2e5b82c..b8fbd72 100755 --- a/LibRawLite/internal/dcraw_common.cpp +++ b/LibRawLite/internal/dcraw_common.cpp @@ -7354,7 +7354,7 @@ void CLASS tiff_head (struct tiff_hdr *th, int full) strncpy (th->t_desc, desc, 512); strncpy (th->t_make, make, 64); strncpy (th->t_model, model, 64); - strcpy (th->soft, "dcraw v"VERSION); + strcpy (th->soft, "dcraw v" VERSION); t = gmtime (×tamp); sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d", t->tm_year+1900,t->tm_mon+1,t->tm_mday,t->tm_hour,t->tm_min,t->tm_sec); diff --git a/LibRawLite/internal/defines.h b/LibRawLite/internal/defines.h index c48bb32..c327adf 100755 --- a/LibRawLite/internal/defines.h +++ b/LibRawLite/internal/defines.h @@ -44,7 +44,7 @@ #ifdef __CYGWIN__ #include #endif -#ifdef WIN32 +#ifdef _WIN32 #include #include #pragma comment(lib, "ws2_32.lib") diff --git a/LibRawLite/libraw/libraw_alloc.h b/LibRawLite/libraw/libraw_alloc.h index 1d9877b..2f1801a 100755 --- a/LibRawLite/libraw/libraw_alloc.h +++ b/LibRawLite/libraw/libraw_alloc.h @@ -25,7 +25,7 @@ #include #include -#ifdef WIN32 +#ifdef _WIN32 #define bzero(p,sz) memset(p,0,sz) #endif diff --git a/LibRawLite/libraw/libraw_types.h b/LibRawLite/libraw/libraw_types.h index dafe497..32c53e2 100755 --- a/LibRawLite/libraw/libraw_types.h +++ b/LibRawLite/libraw/libraw_types.h @@ -23,7 +23,7 @@ #ifndef _LIBRAW_TYPES_H #define _LIBRAW_TYPES_H -#ifndef WIN32 +#ifndef _WIN32 #include #endif #include diff --git a/LibRawLite/src/libraw_cxx.cpp b/LibRawLite/src/libraw_cxx.cpp index fc3547b..2b606df 100755 --- a/LibRawLite/src/libraw_cxx.cpp +++ b/LibRawLite/src/libraw_cxx.cpp @@ -23,7 +23,7 @@ #include #include #include -#ifndef WIN32 +#ifndef _WIN32 #include #else #include diff --git a/OpenEXR/IlmImf/ImfMisc.h b/OpenEXR/IlmImf/ImfMisc.h index 85718f4..5d28917 100755 --- a/OpenEXR/IlmImf/ImfMisc.h +++ b/OpenEXR/IlmImf/ImfMisc.h @@ -45,6 +45,7 @@ #include #include +#include #include namespace Imf {