1 // Copyright 2008 Google LLC 2 // 3 // Redistribution and use in source and binary forms, with or without 4 // modification, are permitted provided that the following conditions are 5 // met: 6 // 7 // * Redistributions of source code must retain the above copyright 8 // notice, this list of conditions and the following disclaimer. 9 // * Redistributions in binary form must reproduce the above 10 // copyright notice, this list of conditions and the following disclaimer 11 // in the documentation and/or other materials provided with the 12 // distribution. 13 // * Neither the name of Google LLC nor the names of its 14 // contributors may be used to endorse or promote products derived from 15 // this software without specific prior written permission. 16 // 17 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 19 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 21 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 22 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 23 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 24 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 25 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 29 // PreCompile.h : include file for standard system include files, 30 // or project specific include files that are used frequently, but 31 // are changed infrequently 32 // 33 34 #ifndef CLIENT_WINDOWS_TESTS_CRASH_GENERATION_APP_RESOURCE_H__ 35 #define CLIENT_WINDOWS_TESTS_CRASH_GENERATION_APP_RESOURCE_H__ 36 37 //{{NO_DEPENDENCIES}} 38 // Microsoft Visual C++ generated include file. 39 // Used by crash_generation_app.rc 40 // 41 #define IDC_MYICON 2 42 #define IDD_CRASHGENERATIONAPP_DIALOG 102 43 #define IDS_APP_TITLE 103 44 #define IDD_ABOUTBOX 103 45 #define IDM_ABOUT 104 46 #define IDM_EXIT 105 47 #define IDI_CRASHGENERATIONAPP 107 48 #define IDI_SMALL 108 49 #define IDC_CRASHGENERATIONAPP 109 50 #define IDR_MAINFRAME 128 51 #define ID_SERVER_START 32771 52 #define ID_SERVER_STOP 32772 53 #define ID_CLIENT_INVALIDPARAM 32773 54 #define ID_CLIENT_ASSERTFAILURE 32774 55 #define ID_CLIENT_DEREFZERO 32775 56 #define ID_CLIENT_PURECALL 32777 57 #define ID_CLIENT_REQUESTEXPLICITDUMP 32778 58 #define IDC_STATIC -1 59 60 // Next default values for new objects 61 // 62 #ifdef APSTUDIO_INVOKED 63 #ifndef APSTUDIO_READONLY_SYMBOLS 64 #define _APS_NO_MFC 1 65 #define _APS_NEXT_RESOURCE_VALUE 129 66 #define _APS_NEXT_COMMAND_VALUE 32780 67 #define _APS_NEXT_CONTROL_VALUE 1000 68 #define _APS_NEXT_SYMED_VALUE 110 69 #endif 70 #endif 71 72 #endif // CLIENT_WINDOWS_TESTS_CRASH_GENERATION_APP_RESOURCE_H__ 73