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

/httpd/modules/session/
H A Dmod_session.h20 /* Create a set of SESSION_DECLARE(type), SESSION_DECLARE_NONSTD(type) and
25 #define SESSION_DECLARE_NONSTD(type) type macro
29 #define SESSION_DECLARE_NONSTD(type) type macro
33 #define SESSION_DECLARE_NONSTD(type) __declspec(dllexport) type macro
37 #define SESSION_DECLARE_NONSTD(type) __declspec(dllimport) type macro

Completed in 35 milliseconds