quartz: Fix support for files with multiple odml indexes.
[wine/wine64.git] / include / raserror.h
blobad38cd3258d98d98e1a01ee6aa5156b6e0923fe3
1 /*
2 * Copyright (C) 2008 Stefan Leichter
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #ifndef __WINE_RASERROR_H
20 #define __WINE_RASERROR_H
22 #define RASBASE 600
23 #define ERROR_BUFFER_TOO_SMALL (RASBASE+3)
24 #define ERROR_INVALID_SIZE (RASBASE+32)
25 #define ERROR_RASMAN_CANNOT_INITIALIZE (RASBASE+111)
27 #endif