diff options
Diffstat (limited to 'Tests/Cuda/Complex/main.cpp')
-rw-r--r-- | Tests/Cuda/Complex/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Cuda/Complex/main.cpp b/Tests/Cuda/Complex/main.cpp index 2498235..6ca5952 100644 --- a/Tests/Cuda/Complex/main.cpp +++ b/Tests/Cuda/Complex/main.cpp @@ -4,9 +4,9 @@ #include "file2.h" #ifdef _WIN32 -#define IMPORT __declspec(dllimport) +# define IMPORT __declspec(dllimport) #else -#define IMPORT +# define IMPORT #endif IMPORT int choose_cuda_device(); |