diff options
Diffstat (limited to 'Tests/Cuda/Complex/dynamic.cpp')
-rw-r--r-- | Tests/Cuda/Complex/dynamic.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Cuda/Complex/dynamic.cpp b/Tests/Cuda/Complex/dynamic.cpp index 3848ce7..38da6a6 100644 --- a/Tests/Cuda/Complex/dynamic.cpp +++ b/Tests/Cuda/Complex/dynamic.cpp @@ -1,8 +1,8 @@ #ifdef _WIN32 -#define EXPORT __declspec(dllexport) +# define EXPORT __declspec(dllexport) #else -#define EXPORT +# define EXPORT #endif EXPORT int dynamic_base_func(int x) |