| OLD | NEW |
| 1 // Microsoft Visual C++ generated resource script. | 1 // Microsoft Visual C++ generated resource script. |
| 2 // | 2 // |
| 3 #include "app_host_resource.h" |
| 3 | 4 |
| 4 #define APSTUDIO_READONLY_SYMBOLS | 5 #define APSTUDIO_READONLY_SYMBOLS |
| 5 ///////////////////////////////////////////////////////////////////////////// | 6 ///////////////////////////////////////////////////////////////////////////// |
| 6 // | 7 // |
| 7 // Generated from the TEXTINCLUDE 2 resource. | 8 // Generated from the TEXTINCLUDE 2 resource. |
| 8 // | 9 // |
| 9 #define APSTUDIO_HIDDEN_SYMBOLS | 10 #define APSTUDIO_HIDDEN_SYMBOLS |
| 10 #include "windows.h" | 11 #include "windows.h" |
| 11 #undef APSTUDIO_HIDDEN_SYMBOLS | 12 #undef APSTUDIO_HIDDEN_SYMBOLS |
| 12 | 13 |
| 13 ///////////////////////////////////////////////////////////////////////////// | 14 ///////////////////////////////////////////////////////////////////////////// |
| 14 #undef APSTUDIO_READONLY_SYMBOLS | 15 #undef APSTUDIO_READONLY_SYMBOLS |
| 15 | 16 |
| 16 ///////////////////////////////////////////////////////////////////////////// | 17 ///////////////////////////////////////////////////////////////////////////// |
| 17 // English (U.S.) resources | 18 // English (U.S.) resources |
| 18 | 19 |
| 19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | 20 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
| 20 #ifdef _WIN32 | 21 #ifdef _WIN32 |
| 21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | 22 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
| 22 #pragma code_page(1252) | 23 #pragma code_page(1252) |
| 23 #endif //_WIN32 | 24 #endif //_WIN32 |
| 24 | 25 |
| 25 ///////////////////////////////////////////////////////////////////////////// | 26 ///////////////////////////////////////////////////////////////////////////// |
| 26 // | 27 // |
| 28 // Icon |
| 29 // |
| 30 |
| 31 // Icon with lowest ID value placed first to ensure application icon |
| 32 // remains consistent on all systems. |
| 33 IDI_APP_HOST_MAIN ICON "..\\..\\..\\app\\theme\\app_list.ico" |
| 34 |
| 35 ///////////////////////////////////////////////////////////////////////////// |
| 36 // |
| 27 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined | 37 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined |
| 28 // by Omaha. Executables must both be signed by Google and contain the marker | 38 // by Omaha. Executables must both be signed by Google and contain the marker |
| 29 // in order to expose application commands. | 39 // in order to expose application commands. |
| 30 // | 40 // |
| 31 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1 | 41 #define IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP 1 |
| 32 | 42 |
| 33 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L } | 43 IDR_GOOGLE_UPDATE_APP_COMMANDS_MARKUP GOOGLEUPDATEAPPLICATIONCOMMANDS { 1L } |
| 34 | 44 |
| 35 #endif // English (U.S.) resources | 45 #endif // English (U.S.) resources |
| 36 ///////////////////////////////////////////////////////////////////////////// | 46 ///////////////////////////////////////////////////////////////////////////// |
| OLD | NEW |