Home | History | Annotate | Download | only in Include

Lines Matching defs:DL_EXPORT

822 /* Deprecated DL_IMPORT and DL_EXPORT macros */

826 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
829 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
832 #ifndef DL_EXPORT
833 # define DL_EXPORT(RTYPE) RTYPE