OLD | NEW |
(Empty) | |
| 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 5 // NOTE(slightlyoff): the below is generated, and apparently, magical. |
| 6 // Seemingly innocuous edits totally destroy registration of the DLL. |
| 7 // Edit at your own peril. |
| 8 |
| 9 |
| 10 #define APSTUDIO_READONLY_SYMBOLS |
| 11 ///////////////////////////////////////////////////////////////////////////// |
| 12 // |
| 13 // Generated from the TEXTINCLUDE 2 resource. |
| 14 // |
| 15 #include "winres.h" |
| 16 |
| 17 ///////////////////////////////////////////////////////////////////////////// |
| 18 #undef APSTUDIO_READONLY_SYMBOLS |
| 19 |
| 20 ///////////////////////////////////////////////////////////////////////////// |
| 21 // English (U.S.) resources |
| 22 |
| 23 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
| 24 #ifdef _WIN32 |
| 25 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
| 26 #pragma code_page(1252) |
| 27 #endif //_WIN32 |
| 28 |
| 29 #ifdef APSTUDIO_INVOKED |
| 30 ///////////////////////////////////////////////////////////////////////////// |
| 31 // |
| 32 // TEXTINCLUDE |
| 33 // |
| 34 |
| 35 1 TEXTINCLUDE |
| 36 BEGIN |
| 37 "resource.h\0" |
| 38 END |
| 39 |
| 40 2 TEXTINCLUDE |
| 41 BEGIN |
| 42 "#include ""winres.h""\r\n" |
| 43 "\0" |
| 44 END |
| 45 |
| 46 3 TEXTINCLUDE |
| 47 BEGIN |
| 48 "1 TYPELIB ""chrome_tab.tlb""\r\n" |
| 49 "\0" |
| 50 END |
| 51 #else |
| 52 #include "chrome_tab_version.rc" |
| 53 #endif // APSTUDIO_INVOKED |
| 54 |
| 55 #endif // English (U.S.) resources |
| 56 ///////////////////////////////////////////////////////////////////////////// |
| 57 |
| 58 |
| 59 |
| 60 #ifndef APSTUDIO_INVOKED |
| 61 ///////////////////////////////////////////////////////////////////////////// |
| 62 // |
| 63 // Generated from the TEXTINCLUDE 3 resource. |
| 64 // |
| 65 1 TYPELIB "chrome_tab.tlb" |
| 66 |
| 67 ///////////////////////////////////////////////////////////////////////////// |
| 68 #endif // not APSTUDIO_INVOKED |
OLD | NEW |