diff options
Diffstat (limited to 'Tests/CudaOnly/DeviceLTO/main.cu')
-rw-r--r-- | Tests/CudaOnly/DeviceLTO/main.cu | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Tests/CudaOnly/DeviceLTO/main.cu b/Tests/CudaOnly/DeviceLTO/main.cu index 8ef4873..bb72471 100644 --- a/Tests/CudaOnly/DeviceLTO/main.cu +++ b/Tests/CudaOnly/DeviceLTO/main.cu @@ -2,13 +2,7 @@ #include "cuda.h" -#ifdef _WIN32 -# define IMPORT __declspec(dllimport) -#else -# define IMPORT -#endif - -IMPORT int launch_kernel(int x); +int launch_kernel(int x); int choose_cuda_device() { |