forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmini_installer_resource.h
32 lines (27 loc) · 986 Bytes
/
mini_installer_resource.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Copyright 2009 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_RESOURCE_H_
#define CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_RESOURCE_H_
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by mini_installer.rc
//
#define IDI_MINI_INSTALLER 107
#define IDC_STATIC -1
// The identifier of the RCDATA resource holding the version of Chrome on which
// a differential update is based. The resource is not present for full
// installers.
#define ID_PREVIOUS_VERSION 1
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 110
#endif
#endif
#endif // CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_RESOURCE_H_