From 9c1b9a2cf6363546c152251be578a21f3c3caec6 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Fri, 04 Aug 2017 23:08:11 +0000 Subject: [PATCH] Added the ability to detect on multiple images using SO/DLL --- src/cuda.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/cuda.h b/src/cuda.h index 29b1eef..32aaabb 100644 --- a/src/cuda.h +++ b/src/cuda.h @@ -1,6 +1,10 @@ #ifndef CUDA_H #define CUDA_H +#if defined(_MSC_VER) && _MSC_VER < 1900 + #define inline __inline +#endif + extern int gpu_index; #ifdef GPU -- Gitblit v1.10.0