Searched defs:DL_IMPORT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h770 /* Deprecated DL_IMPORT and DL_EXPORT macros */
773 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro
776 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro
783 #ifndef DL_IMPORT
784 # define DL_IMPORT(RTYPE) RTYPE macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h783 /* Deprecated DL_IMPORT and DL_EXPORT macros */
786 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro
789 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro
796 #ifndef DL_IMPORT
797 # define DL_IMPORT(RTYPE) RTYPE macro

Completed in 293 milliseconds