/*
** 2015 January 12
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
**
******************************************************************************
**
** This file contains code that is specific to MSVC.
*/
/* defined(_MSC_VER) */
/* defined(_MSC_VER) && !defined(_WIN64) */
/* !defined(HAVE_LOG2) && defined(_MSC_VER) && _MSC_VER<1800 */
/* SQLITE_MSVC_H */