| Index: chrome_frame/resources/tlb_resource.rc
|
| ===================================================================
|
| --- chrome_frame/resources/tlb_resource.rc (revision 0)
|
| +++ chrome_frame/resources/tlb_resource.rc (revision 0)
|
| @@ -0,0 +1,68 @@
|
| +// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +// NOTE(slightlyoff): the below is generated, and apparently, magical.
|
| +// Seemingly innocuous edits totally destroy registration of the DLL.
|
| +// Edit at your own peril.
|
| +
|
| +
|
| +#define APSTUDIO_READONLY_SYMBOLS
|
| +/////////////////////////////////////////////////////////////////////////////
|
| +//
|
| +// Generated from the TEXTINCLUDE 2 resource.
|
| +//
|
| +#include "winres.h"
|
| +
|
| +/////////////////////////////////////////////////////////////////////////////
|
| +#undef APSTUDIO_READONLY_SYMBOLS
|
| +
|
| +/////////////////////////////////////////////////////////////////////////////
|
| +// English (U.S.) resources
|
| +
|
| +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
| +#ifdef _WIN32
|
| +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
| +#pragma code_page(1252)
|
| +#endif //_WIN32
|
| +
|
| +#ifdef APSTUDIO_INVOKED
|
| +/////////////////////////////////////////////////////////////////////////////
|
| +//
|
| +// TEXTINCLUDE
|
| +//
|
| +
|
| +1 TEXTINCLUDE
|
| +BEGIN
|
| + "resource.h\0"
|
| +END
|
| +
|
| +2 TEXTINCLUDE
|
| +BEGIN
|
| + "#include ""winres.h""\r\n"
|
| + "\0"
|
| +END
|
| +
|
| +3 TEXTINCLUDE
|
| +BEGIN
|
| + "1 TYPELIB ""chrome_tab.tlb""\r\n"
|
| + "\0"
|
| +END
|
| +#else
|
| +#include "chrome_tab_version.rc"
|
| +#endif // APSTUDIO_INVOKED
|
| +
|
| +#endif // English (U.S.) resources
|
| +/////////////////////////////////////////////////////////////////////////////
|
| +
|
| +
|
| +
|
| +#ifndef APSTUDIO_INVOKED
|
| +/////////////////////////////////////////////////////////////////////////////
|
| +//
|
| +// Generated from the TEXTINCLUDE 3 resource.
|
| +//
|
| +1 TYPELIB "chrome_tab.tlb"
|
| +
|
| +/////////////////////////////////////////////////////////////////////////////
|
| +#endif // not APSTUDIO_INVOKED
|
|
|