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

/httpd/modules/database/
H A Dmod_dbd.h34 /* Create a set of DBD_DECLARE(type), DBD_DECLARE_NONSTD(type) and
38 #define DBD_DECLARE(type) type macro
42 #define DBD_DECLARE(type) type __stdcall macro
46 #define DBD_DECLARE(type) __declspec(dllexport) type __stdcall macro
50 #define DBD_DECLARE(type) __declspec(dllimport) type __stdcall macro

Completed in 7 milliseconds