|
|
@ -92,12 +92,6 @@ typedef int pid_t;
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
//////////////////////////////////////
|
|
|
|
//////////////////////////////////////
|
|
|
|
#if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW__)
|
|
|
|
|
|
|
|
#ifdef EXIV2_BUILDING_EXIV2
|
|
|
|
|
|
|
|
#define __USE_W32_SOCKETS
|
|
|
|
|
|
|
|
#include <winsock2.h>
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// https://softwareengineering.stackexchange.com/questions/291141/how-to-handle-design-changes-for-auto-ptr-deprecation-in-c11
|
|
|
|
// https://softwareengineering.stackexchange.com/questions/291141/how-to-handle-design-changes-for-auto-ptr-deprecation-in-c11
|
|
|
|