Skip to content

Commit

Permalink
COMP: remove CUDA dll warnings (GH-142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed May 22, 2018
1 parent a0572e3 commit 292586b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rtkWin32Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "rtkConfiguration.h"

#if (defined(_WIN32) || defined(WIN32)) && defined(RTK_BUILD_SHARED_LIBS)
# ifdef RTK_EXPORTS
# ifdef RTK_EXPORTS || defined(__CUDACC__)
# define RTK_EXPORT __declspec(dllexport)
# else
# define RTK_EXPORT __declspec(dllimport)
Expand Down

0 comments on commit 292586b

Please sign in to comment.