Searched refs:DL_IMPORT (Results 1 – 6 of 6) sorted by relevance
61 #ifndef DL_IMPORT /* declarations for DLL import/export */62 #define DL_IMPORT(RTYPE) RTYPE macro
809 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro812 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro819 #ifndef DL_IMPORT820 # define DL_IMPORT(RTYPE) RTYPE macro
786 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro789 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro796 #ifndef DL_IMPORT797 # define DL_IMPORT(RTYPE) RTYPE macro
825 # define DL_IMPORT(RTYPE) __declspec(dllexport) RTYPE macro828 # define DL_IMPORT(RTYPE) __declspec(dllimport) RTYPE macro835 #ifndef DL_IMPORT836 # define DL_IMPORT(RTYPE) RTYPE macro