Merge "makefile: fix error message due to missing quotes"
[libvpx.git] / vp8 / common / common_types.h
blobdeb5ed8e58bad1e0c31d1effb67b71387e650f19
1 /*
2 * Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
4 * Use of this source code is governed by a BSD-style license and patent
5 * grant that can be found in the LICENSE file in the root of the source
6 * tree. All contributing project authors may be found in the AUTHORS
7 * file in the root of the source tree.
8 */
11 #ifndef __INC_COMMON_TYPES
12 #define __INC_COMMON_TYPES
14 #define TRUE 1
15 #define FALSE 0
17 #endif