Home | History | Annotate | Download | only in Include

Lines Matching defs:DL_EXPORT

806 /* Deprecated DL_IMPORT and DL_EXPORT macros */

810 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
813 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
816 #ifndef DL_EXPORT
817 # define DL_EXPORT(RTYPE) RTYPE