2013-07-18 16:12:07 +00:00
|
|
|
/*
|
2013-07-19 17:29:33 +00:00
|
|
|
Copyright (c) 2013 Microsoft Corporation. All rights reserved.
|
2013-07-18 16:12:07 +00:00
|
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
|
2013-07-19 17:29:33 +00:00
|
|
|
Author: Leonardo de Moura
|
2013-07-18 16:12:07 +00:00
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
// always define LEAN_DEBUG for unit-tests
|
|
|
|
#ifndef LEAN_DEBUG
|
|
|
|
#define LEAN_DEBUG
|
2013-07-19 17:29:33 +00:00
|
|
|
#endif
|
2013-07-18 16:12:07 +00:00
|
|
|
#include "debug.h"
|