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

/macosx-10.10/apache-793/httpd/modules/core/
H A Dmod_watchdog.h81 /* Create a set of AP_WD_DECLARE(type), AP_WD_DECLARE_NONSTD(type) and
84 #if !defined(AP_WD_DECLARE)
86 #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 157 milliseconds