Files
reactos/base/applications/cmdutils/wscript/resource.h
Whindmar Saksit a4610203d1 [WSCRIPT] Sync to Wine 11.10 (#9100)
Adds support for script time-out and proper script error reporting.
2026-06-13 22:20:44 +02:00

24 lines
952 B
C

/*
* Copyright 2025 Francis De Brabandere
*
* 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
*/
#define IDS_USAGE 1
#define IDS_NO_SCRIPT_FILE 2
#define IDS_FILE_NOT_FOUND 3
#define IDS_SCRIPT_LOAD_ERROR 4
#define IDS_TIMEOUT_EXCEEDED 5