| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 // | 4 // |
| 5 // Resource constants for user broker executable. | 5 // Resource constants for user broker executable. |
| 6 | 6 |
| 7 #ifndef CEEE_IE_BROKER_RESOURCE_H_ | 7 #ifndef CEEE_IE_BROKER_RESOURCE_H_ |
| 8 #define CEEE_IE_BROKER_RESOURCE_H_ | 8 #define CEEE_IE_BROKER_RESOURCE_H_ |
| 9 | 9 |
| 10 | 10 |
| 11 // {{NO_DEPENDENCIES}} | 11 // {{NO_DEPENDENCIES}} |
| 12 // Microsoft Visual C++ generated include file. | 12 // Microsoft Visual C++ generated include file. |
| 13 // Used by broker_module.rc | 13 // Used by broker_module.rc |
| 14 // | 14 // |
| 15 #define IDS_PROJNAME 100 | 15 #define IDS_PROJNAME 100 |
| 16 #define IDR_BROKER_MODULE 101 | 16 #define IDR_BROKER_MODULE 101 |
| 17 #define IDR_BROKER 102 | 17 #define IDR_BROKER 102 |
| 18 #define IDS_CEEE_BROKER_NAME 103 |
| 18 | 19 |
| 19 | 20 |
| 20 // Next default values for new objects | 21 // Next default values for new objects |
| 21 #ifdef APSTUDIO_INVOKED | 22 #ifdef APSTUDIO_INVOKED |
| 22 #ifndef APSTUDIO_READONLY_SYMBOLS | 23 #ifndef APSTUDIO_READONLY_SYMBOLS |
| 23 #define _APS_NEXT_RESOURCE_VALUE 201 | 24 #define _APS_NEXT_RESOURCE_VALUE 201 |
| 24 #define _APS_NEXT_COMMAND_VALUE 32768 | 25 #define _APS_NEXT_COMMAND_VALUE 32768 |
| 25 #define _APS_NEXT_CONTROL_VALUE 201 | 26 #define _APS_NEXT_CONTROL_VALUE 201 |
| 26 #define _APS_NEXT_SYMED_VALUE 103 | 27 #define _APS_NEXT_SYMED_VALUE 104 |
| 27 #endif | 28 #endif |
| 28 #endif | 29 #endif |
| 29 | 30 |
| 30 | 31 |
| 31 #endif // CEEE_IE_BROKER_RESOURCE_H_ | 32 #endif // CEEE_IE_BROKER_RESOURCE_H_ |
| OLD | NEW |