blob: 0ba704d0de4fbe04095f400f56aa31242613d076 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef _DATA_H_
#define _DATA_H_
#define FORMSET_GUID {0x29caf8e0, 0x2788, 0x4e1c, {0xb6, 0x15, 0x5b, 0xf8, 0x2f, 0x06, 0x7a, 0xa5}}
#define LABEL_START 0x1111
#define LABEL_END 0x2222
#endif
|