Searched refs:LT_SCOPE (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/libtool/libltdl/
H A Dltdl.h131 #ifndef LT_SCOPE
134 # define LT_SCOPE __declspec(dllexport)
137 # define LT_SCOPE extern __declspec(dllimport)
140 # ifndef LT_SCOPE /* static linking or !__WINDOWS__ */
141 # define LT_SCOPE extern
159 LT_SCOPE int lt_dlinit LT_PARAMS((void));
160 LT_SCOPE int lt_dlexit LT_PARAMS((void));
163 LT_SCOPE int lt_dladdsearchdir LT_PARAMS((const char *search_dir));
164 LT_SCOPE int lt_dlinsertsearchdir LT_PARAMS((const char *before,
166 LT_SCOPE in
132 # define LT_SCOPE macro
135 # define LT_SCOPE macro
139 # define LT_SCOPE macro
[all...]

Completed in 38 milliseconds