-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFastCanvas.rci
58 lines (44 loc) · 1.41 KB
/
FastCanvas.rci
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#include "FastCanvas.h"
#include "FastCanvas.h"
#include <os2.h>
#ifndef MAIN_RESOURCES_INCLUDED
/*------------------------------ Main Resources ------------------------------*/
#define MAIN_RESOURCES_INCLUDED
HELPTABLE WND_FastCanvas
BEGIN
END
#define FastCanvas_WINDOWRESOURCES
#define FastCanvas_NONWINDOWRESOURCES
STRINGTABLE
BEGIN
1, "Visual Builder 3.0"
END
#endif
#ifdef FastCanvas_NONWINDOWRESOURCES
/*--------------------- Non-Window ID Related Resources ----------------------*/
#ifndef FastCanvas_NONWINDOWRESOURCES_INCLUDED
#define FastCanvas_NONWINDOWRESOURCES_INCLUDED
#endif
#endif
#ifdef FastCanvas_WINDOWRESOURCES
/*----------------------- Window ID Related Resources ------------------------*/
#ifdef FastCanvas_WINDOWRESOURCES_INCLUDING
#define FastCanvas_WINDOWRESOURCES_RECURSING
#endif
#define FastCanvas_WINDOWRESOURCES_INCLUDING
#ifndef FastCanvas_WINDOWRESOURCES_RECURSING
#undef FastCanvas_WINDOWRESOURCES_INCLUDING
#endif
#endif
#ifdef FastCanvas_HELPITEMRESOURCES
/*--------------------------- Help Item Resources ----------------------------*/
#ifdef FastCanvas_HELPITEMRESOURCES_INCLUDING
#define FastCanvas_HELPITEMRESOURCES_RECURSING
#endif
#define FastCanvas_HELPITEMRESOURCES_INCLUDING
#ifndef FastCanvas_HELPITEMRESOURCES_RECURSING
#endif
#endif
#ifdef FastCanvas_HELPSUBITEMRESOURCES
/*-------------------------- Help Subitem Resources --------------------------*/
#endif