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

/httpd/include/
H A Dap_config.h162 #define AP_MODULE_DECLARE(type) type __stdcall macro
164 #define AP_MODULE_DECLARE(type) type macro
177 #define AP_MODULE_DECLARE(type) __declspec(dllexport) type __stdcall macro
H A Dhttpd.h361 #ifndef AP_MODULE_DECLARE
362 # define AP_MODULE_DECLARE(type) type macro

Completed in 2410 milliseconds