Bug #1291 ยป incl_win.patch
include/exiv2/config.h (Arbeitskopie) | ||
---|---|---|
6 | 6 | |
7 | 7 |
///// Start of Visual Studio Support ///// |
8 | 8 |
#ifdef _MSC_VER |
9 |
#include <windows.h> |
|
10 | 9 | |
11 | 10 |
#define _MSC_VER_2015 1900 |
12 | 11 |
#define _MSC_VER_2013 1800 |
include/exiv2/rwlock.hpp (Arbeitskopie) | ||
---|---|---|
22 | 22 |
#ifndef RW_LOCK_HPP |
23 | 23 |
#define RW_LOCK_HPP |
24 | 24 | |
25 |
#ifndef _MSC_VER |
|
25 |
#ifdef _MSC_VER |
|
26 |
#include <windows.h> |
|
27 |
#else |
|
26 | 28 |
#include <pthread.h> |
27 | 29 |
#endif |
28 | 30 |