Enforce version 3.3239.1723 as minimum during compile time

This commit is contained in:
Tobias Taschner 2018-02-20 20:36:44 +01:00
parent 0e98a92d31
commit 744b68a990
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD

View file

@ -43,7 +43,7 @@
#pragma warning(pop)
#endif
#if CHROME_VERSION_BUILD < 3000
#if CHROME_VERSION_BUILD < 3239
#error "Unsupported CEF version"
#endif