msxml3/tests: Add test saving XML with non-english characters.
[wine.git] / include / sperror.h
blob4b247994ba0eff2210be57b60ee570dae300a735
1 /*
2 * Speech API (SAPI) Errors.
4 * Copyright (C) 2017 Huw Davies
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 #ifndef SPError_h
22 #define SPError_h
24 #include <winerror.h>
26 #define SPERR_UNINITIALIZED 0x80045001
27 #define SPERR_ALREADY_INITIALIZED 0x80045002
28 #define SPERR_NOT_FOUND 0x8004503a
29 #define SPERR_INVALID_REGISTRY_KEY 0x80045040
31 #endif /* SPError_h */