~ubuntu-branches/ubuntu/precise/devil/precise

« back to all changes in this revision

Viewing changes to examples/Animation Example/AnimTest.rc

  • Committer: Bazaar Package Importer
  • Author(s): Bradley Smith
  • Date: 2009-01-17 15:01:18 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090117150118-4bwb6nmvbz4srsjl
Tags: 1.7.5-4
Actually fix CVE-2008-5262. Closes: #512122.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//Microsoft Developer Studio generated resource script.
2
 
//
3
 
#include "resource.h"
4
 
 
5
 
#define APSTUDIO_READONLY_SYMBOLS
6
 
/////////////////////////////////////////////////////////////////////////////
7
 
//
8
 
// Generated from the TEXTINCLUDE 2 resource.
9
 
//
10
 
#define APSTUDIO_HIDDEN_SYMBOLS
11
 
#include "windows.h"
12
 
#undef APSTUDIO_HIDDEN_SYMBOLS
13
 
#include "resource.h"
14
 
 
15
 
/////////////////////////////////////////////////////////////////////////////
16
 
#undef APSTUDIO_READONLY_SYMBOLS
17
 
 
18
 
/////////////////////////////////////////////////////////////////////////////
19
 
// English (U.S.) resources
20
 
 
21
 
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
22
 
#ifdef _WIN32
23
 
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
24
 
#pragma code_page(1252)
25
 
#endif //_WIN32
26
 
 
27
 
#ifdef APSTUDIO_INVOKED
28
 
/////////////////////////////////////////////////////////////////////////////
29
 
//
30
 
// TEXTINCLUDE
31
 
//
32
 
 
33
 
2 TEXTINCLUDE DISCARDABLE 
34
 
BEGIN
35
 
    "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
36
 
    "#include ""windows.h""\r\n"
37
 
    "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
38
 
    "#include ""resource.h""\r\n"
39
 
    "\0"
40
 
END
41
 
 
42
 
3 TEXTINCLUDE DISCARDABLE 
43
 
BEGIN
44
 
    "\r\n"
45
 
    "\0"
46
 
END
47
 
 
48
 
1 TEXTINCLUDE DISCARDABLE 
49
 
BEGIN
50
 
    "resource.h\0"
51
 
END
52
 
 
53
 
#endif    // APSTUDIO_INVOKED
54
 
 
55
 
 
56
 
/////////////////////////////////////////////////////////////////////////////
57
 
//
58
 
// Menu
59
 
//
60
 
 
61
 
IDR_MENU1 MENU DISCARDABLE 
62
 
BEGIN
63
 
    POPUP "&File"
64
 
    BEGIN
65
 
        MENUITEM "&Open...\tCtrl+O",            ID_FILE_LOAD
66
 
        MENUITEM "E&xit\tEsc",                  ID_FILE_EXIT
67
 
    END
68
 
    POPUP "&Edit"
69
 
    BEGIN
70
 
        MENUITEM "&Pause",                      ID_EDIT_PAUSE
71
 
        MENUITEM "&Resume",                     ID_EDIT_RESUME
72
 
    END
73
 
END
74
 
 
75
 
 
76
 
/////////////////////////////////////////////////////////////////////////////
77
 
//
78
 
// Icon
79
 
//
80
 
 
81
 
// Icon with lowest ID value placed first to ensure application icon
82
 
// remains consistent on all systems.
83
 
IDI_ICON1               ICON    DISCARDABLE     "resources\\OpenIL Logo.ico"
84
 
 
85
 
/////////////////////////////////////////////////////////////////////////////
86
 
//
87
 
// Accelerator
88
 
//
89
 
 
90
 
IDR_MENU1 ACCELERATORS DISCARDABLE 
91
 
BEGIN
92
 
    "O",            ID_FILE_LOAD,           VIRTKEY, CONTROL, NOINVERT
93
 
END
94
 
 
95
 
#endif    // English (U.S.) resources
96
 
/////////////////////////////////////////////////////////////////////////////
97
 
 
98
 
 
99
 
 
100
 
#ifndef APSTUDIO_INVOKED
101
 
/////////////////////////////////////////////////////////////////////////////
102
 
//
103
 
// Generated from the TEXTINCLUDE 3 resource.
104
 
//
105
 
 
106
 
 
107
 
/////////////////////////////////////////////////////////////////////////////
108
 
#endif    // not APSTUDIO_INVOKED
109