mysqlinc.inc
来自「MYSQL 连接控件 MYSQL 连接控件」· INC 代码 · 共 14 行
INC
14 行
{$I product.inc}
{$UnDef NEVERENABLEME}
{Note: has basically the same role as EXTRA_DEBUG in mysql and should not be enabled except for testing purposes}
{.$Define HAVE_COMPRESS}
{this will actually include zlib code into the executable}
{.$Define _WIN_}
{this will actually enable windows winsock imports}
{.$Define HAVE_SSL}
{this will actually include openssl calls into the executable and enable ssl communication}
{NOTE: you will need libeay32.dll and ssleay32.dll for ssl to work}
{.$Define HAVE_THREADSAFE}
{this will actually enable the client thread safe}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?