summaryrefslogtreecommitdiffstats
path: root/cuda/3d/mem3d.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-10-16 19:07:45 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-10-16 19:07:45 +0200
commit6ee36e978b73c99f4543278662e9da914357378e (patch)
tree33084401eaee24a3ddafa60699685f81906f3771 /cuda/3d/mem3d.h
parent9c7d0f544b7a4dec54e9a75ea45b985ad7fac756 (diff)
downloadastra-6ee36e978b73c99f4543278662e9da914357378e.tar.gz
astra-6ee36e978b73c99f4543278662e9da914357378e.tar.bz2
astra-6ee36e978b73c99f4543278662e9da914357378e.tar.xz
astra-6ee36e978b73c99f4543278662e9da914357378e.zip
Fix Windows/Python build
Diffstat (limited to 'cuda/3d/mem3d.h')
-rw-r--r--cuda/3d/mem3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cuda/3d/mem3d.h b/cuda/3d/mem3d.h
index 7a87ae6..619354b 100644
--- a/cuda/3d/mem3d.h
+++ b/cuda/3d/mem3d.h
@@ -80,7 +80,7 @@ enum Mem3DZeroMode {
size_t availableGPUMemory();
int maxBlockDimension();
-MemHandle3D wrapHandle(float *D_ptr, unsigned int x, unsigned int y, unsigned int z, unsigned int pitch);
+_AstraExport MemHandle3D wrapHandle(float *D_ptr, unsigned int x, unsigned int y, unsigned int z, unsigned int pitch);
MemHandle3D allocateGPUMemory(unsigned int x, unsigned int y, unsigned int z, Mem3DZeroMode zero);