mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Replace cef_sandbox.lib usage with bootstrap executables. See the SandboxSetup Wiki page for details.
27 lines
777 B
C
27 lines
777 B
C
// Copyright (c) 2025 The Chromium Embedded Framework Authors. All rights
|
|
// reserved. Use of this source code is governed by a BSD-style license that
|
|
// can be found in the LICENSE file.
|
|
|
|
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by cefclient.rc
|
|
//
|
|
#define IDS_ERROR_TITLE 100
|
|
#define IDS_ERROR_EXTRA_INFO 101
|
|
#define IDS_ERROR_NO_MODULE_NAME 102
|
|
#define IDS_ERROR_NO_PROC_EXPORT 103
|
|
#define IDS_ERROR_INVALID_LOCATION 104
|
|
#define IDS_ERROR_LOAD_FAILED 105
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NO_MFC 1
|
|
#define _APS_NEXT_RESOURCE_VALUE 106
|
|
#define _APS_NEXT_COMMAND_VALUE 32000
|
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
|
#define _APS_NEXT_SYMED_VALUE 100
|
|
#endif
|
|
#endif
|