summaryrefslogtreecommitdiffstats
path: root/src/H5MMprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5MMprivate.h')
-rw-r--r--src/H5MMprivate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5MMprivate.h b/src/H5MMprivate.h
index 68c93f7..13a4951 100644
--- a/src/H5MMprivate.h
+++ b/src/H5MMprivate.h
@@ -28,9 +28,9 @@
/*
* Library prototypes...
*/
-void *H5MM_realloc (void *mem, size_t size);
-char *H5MM_xstrdup (const char *s);
-char *H5MM_strdup (const char *s);
-HDF5API void *H5MM_xfree (void *mem);
+__DLL__ void *H5MM_realloc (void *mem, size_t size);
+__DLL__ char *H5MM_xstrdup (const char *s);
+__DLL__ char *H5MM_strdup (const char *s);
+__DLL__ void *H5MM_xfree (void *mem);
#endif