Last change
on this file was 5, checked in by Yuri Dario, 18 years ago |
OS/2 client code, initial import.
|
-
Property svn:eol-style
set to
native
|
File size:
392 bytes
|
Line | |
---|
1 | #ifndef __NDPL_RC__H
|
---|
2 | #define __NDPL_RC__H
|
---|
3 |
|
---|
4 | #define BTN_HELP 10
|
---|
5 | #define BTN_PREV 11
|
---|
6 |
|
---|
7 |
|
---|
8 | #define NDRC_PLUGIN_NAME 1
|
---|
9 | #define NDRC_PLUGIN_DESC 2
|
---|
10 | #define NDRC_PLUGIN_HELP 3
|
---|
11 |
|
---|
12 | #define NDRC_TYPE_FIRST 100
|
---|
13 | #define NDRC_TYPE_HELP_FIRST 300
|
---|
14 |
|
---|
15 | #define NDRC_TYPE_DLG_FIRST 1000
|
---|
16 |
|
---|
17 | #define PARM_REQUIRED 0x8000
|
---|
18 |
|
---|
19 | #define PARMTYPE_STRING 0
|
---|
20 | #define PARMTYPE_INT 1
|
---|
21 |
|
---|
22 | #endif /* __NDPL_RC__H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.