You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
New function OutputDebugMessage in TCEFApplication to log messages replacing OutputDebugString
This commit is contained in:
@ -245,6 +245,11 @@ const
|
||||
// /include/internal/cef_types.h (cef_ssl_version_t)
|
||||
SSL_CONNECTION_VERSION_UNKNOWN = 0;
|
||||
SSL_CONNECTION_VERSION_SSL2 = 1;
|
||||
SSL_CONNECTION_VERSION_SSL3 = 2;
|
||||
SSL_CONNECTION_VERSION_TLS1 = 3;
|
||||
SSL_CONNECTION_VERSION_TLS1_1 = 4;
|
||||
SSL_CONNECTION_VERSION_TLS1_2 = 5;
|
||||
SSL_CONNECTION_VERSION_QUIC = 7;
|
||||
|
||||
//******************************************************
|
||||
//****************** OTHER CONSTANTS *******************
|
||||
|
Reference in New Issue
Block a user