| /* |
| * Copyright 2009 Piotr Caban |
| * |
| * This library is free software; you can redistribute it and/or |
| * modify it under the terms of the GNU Lesser General Public |
| * License as published by the Free Software Foundation; either |
| * version 2.1 of the License, or (at your option) any later version. |
| * |
| * This library is distributed in the hope that it will be useful, |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| * Lesser General Public License for more details. |
| * |
| * You should have received a copy of the GNU Lesser General Public |
| * License along with this library; if not, write to the Free Software |
| * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA |
| */ |
| |
| #include <windef.h> |
| |
| #define IDS_TO_PRIMITIVE 0x0001 |
| #define IDS_INVALID_CALL_ARG 0x0005 |
| #define IDS_NO_PROPERTY 0x01B6 |
| #define IDS_ARG_NOT_OPT 0x01c1 |
| #define IDS_NOT_FUNC 0x138A |
| #define IDS_NOT_DATE 0x138E |
| #define IDS_NOT_NUM 0x1389 |
| #define IDS_UNDEFINED 0x1391 |
| #define IDS_NOT_BOOL 0x1392 |
| #define IDS_INVALID_LENGTH 0x13A5 |