Skip to content

Commit

Permalink
COMP: wrong pre-processor directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed May 23, 2018
1 parent 292586b commit 5717b6d
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 || defined(__CUDACC__)
# if defined(RTK_EXPORTS) || defined(__CUDACC__)
# define RTK_EXPORT __declspec(dllexport)
# else
# define RTK_EXPORT __declspec(dllimport)
Expand Down

0 comments on commit 5717b6d

Please sign in to comment.