toolkit/components/maintenanceservice/maintenanceservice.rc

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 /* This Source Code Form is subject to the terms of the Mozilla Public
     2  * License, v. 2.0. If a copy of the MPL was not distributed with this
     3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     5 // Microsoft Visual C++ generated resource script.
     6 //
     7 #include "resource.h"
     9 #define APSTUDIO_READONLY_SYMBOLS
    10 /////////////////////////////////////////////////////////////////////////////
    11 //
    12 // Generated from the TEXTINCLUDE 2 resource.
    13 //
    14 #include "winresrc.h"
    16 /////////////////////////////////////////////////////////////////////////////
    17 #undef APSTUDIO_READONLY_SYMBOLS
    19 /////////////////////////////////////////////////////////////////////////////
    20 // English (U.S.) resources
    22 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
    23 #ifdef _WIN32
    24 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
    25 #pragma code_page(1252)
    26 #endif //_WIN32
    28 /////////////////////////////////////////////////////////////////////////////
    29 //
    30 // RT_MANIFEST
    31 //
    33 1                       RT_MANIFEST             "maintenanceservice.exe.manifest"
    35 /////////////////////////////////////////////////////////////////////////////
    36 //
    37 // DESIGNINFO
    38 //
    40 #ifdef APSTUDIO_INVOKED
    41 GUIDELINES DESIGNINFO 
    42 BEGIN
    43 END
    44 #endif    // APSTUDIO_INVOKED
    47 #ifdef APSTUDIO_INVOKED
    48 /////////////////////////////////////////////////////////////////////////////
    49 //
    50 // TEXTINCLUDE
    51 //
    53 1 TEXTINCLUDE 
    54 BEGIN
    55     "resource.h\0"
    56 END
    58 2 TEXTINCLUDE 
    59 BEGIN
    60     "#include ""winresrc.h""\r\n"
    61     "\0"
    62 END
    64 3 TEXTINCLUDE 
    65 BEGIN
    66     "\r\n"
    67     "\0"
    68 END
    70 #endif    // APSTUDIO_INVOKED
    72 #endif    // English (U.S.) resources
    73 /////////////////////////////////////////////////////////////////////////////
    77 #ifndef APSTUDIO_INVOKED
    78 /////////////////////////////////////////////////////////////////////////////
    79 //
    80 // Generated from the TEXTINCLUDE 3 resource.
    81 //
    84 /////////////////////////////////////////////////////////////////////////////
    85 #endif    // not APSTUDIO_INVOKED

mercurial