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

/macosx-10.10/apache-793/httpd/modules/core/
H A Dmod_watchdog.h86 #define AP_WD_DECLARE(type) type macro
90 #define AP_WD_DECLARE(type) type __stdcall macro
94 #define AP_WD_DECLARE(type) __declspec(dllexport) type __stdcall macro
98 #define AP_WD_DECLARE(type) __declspec(dllimport) type __stdcall macro

Completed in 112 milliseconds