Fix Clang errors in the Windows screen capture code
"and" and "xor" are alternate spellings of the "&&" and "^" operators, and clang doesn't like it if you use them as identifiers. Clang also doesn't like static_cast<> from void * to a function pointer, but reinterpret_cast<> works. R=alexeypa@chromium.org BUG=82385 Review URL: https://chromiumcodereview.appspot.com/13852007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195057 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment