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