]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - ubuntu/vbox/include/VBox/cdefs.h
UBUNTU: ubuntu: vbox -- Update to 5.1.22-dfsg-1
[mirror_ubuntu-artful-kernel.git] / ubuntu / vbox / include / VBox / cdefs.h
index fe3476090c22912a8d717f79f124c3633ae08573..36a4a72c7805c6c78f00475611845ea96225adb5 100644 (file)
  * @param   type    The return type of the function declaration.
  */
 #if defined(IN_DIS)
-# define DISDECL(type)      DECLEXPORT(type) VBOXCALL
+# ifdef IN_DIS_STATIC
+#  define DISDECL(type)     DECLHIDDEN(type) VBOXCALL
+# else
+#  define DISDECL(type)     DECLEXPORT(type) VBOXCALL
+# endif
 #else
 # define DISDECL(type)      DECLIMPORT(type) VBOXCALL
 #endif