Mercurial > hg > sv-dependency-builds
annotate win32-mingw/include/lo/lo_errors.h @ 122:62723f530572
Remove Vamp SDK (at least from OSX directory). We're beginning to include it in the main build instead.
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 18 Mar 2016 14:04:03 +0000 |
parents | d278df1123f9 |
children |
rev | line source |
---|---|
cannam@94 | 1 /* |
cannam@94 | 2 * Copyright (C) 2004 Steve Harris |
cannam@94 | 3 * |
cannam@94 | 4 * This program is free software; you can redistribute it and/or |
cannam@94 | 5 * modify it under the terms of the GNU Lesser General Public License |
cannam@94 | 6 * as published by the Free Software Foundation; either version 2.1 |
cannam@94 | 7 * of the License, or (at your option) any later version. |
cannam@94 | 8 * |
cannam@94 | 9 * This program is distributed in the hope that it will be useful, |
cannam@94 | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
cannam@94 | 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
cannam@94 | 12 * GNU Lesser General Public License for more details. |
cannam@94 | 13 * |
cannam@94 | 14 * $Id$ |
cannam@94 | 15 */ |
cannam@94 | 16 |
cannam@94 | 17 #ifndef LO_ERRORS_H |
cannam@94 | 18 #define LO_ERRORS_H |
cannam@94 | 19 |
cannam@94 | 20 #ifdef __cplusplus |
cannam@94 | 21 extern "C" { |
cannam@94 | 22 #endif |
cannam@94 | 23 |
cannam@94 | 24 #define LO_ENOPATH 9901 |
cannam@94 | 25 #define LO_ENOTYPE 9902 |
cannam@94 | 26 #define LO_UNKNOWNPROTO 9903 |
cannam@94 | 27 #define LO_NOPORT 9904 |
cannam@94 | 28 #define LO_TOOBIG 9905 |
cannam@94 | 29 #define LO_INT_ERR 9906 |
cannam@94 | 30 #define LO_EALLOC 9907 |
cannam@94 | 31 #define LO_EINVALIDPATH 9908 |
cannam@94 | 32 #define LO_EINVALIDTYPE 9909 |
cannam@94 | 33 #define LO_EBADTYPE 9910 |
cannam@94 | 34 #define LO_ESIZE 9911 |
cannam@94 | 35 #define LO_EINVALIDARG 9912 |
cannam@94 | 36 #define LO_ETERM 9913 |
cannam@94 | 37 #define LO_EPAD 9914 |
cannam@94 | 38 #define LO_EINVALIDBUND 9915 |
cannam@94 | 39 #define LO_EINVALIDTIME 9916 |
cannam@94 | 40 |
cannam@94 | 41 #ifdef __cplusplus |
cannam@94 | 42 } |
cannam@94 | 43 #endif |
cannam@94 | 44 |
cannam@94 | 45 #endif |