mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[GENINCDATA]
Fix a bug that caused excessive quotes in the output svn path=/branches/cmake-bringup/; revision=49563
This commit is contained in:
parent
82b1bd223a
commit
5e8bd0b3df
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ typedef struct
|
|||
#define TYPE_CONSTANT 2
|
||||
#define TYPE_HEADER 3
|
||||
|
||||
#define RAW(x) {TYPE_RAW, #x, 0}
|
||||
#define RAW(x) {TYPE_RAW, x, 0}
|
||||
#define CONSTANT(name) {TYPE_CONSTANT, #name, name}
|
||||
#define OFFSET(name, struct, member) {TYPE_CONSTANT, #name, FIELD_OFFSET(struct, member)}
|
||||
#define RELOFFSET(name, struct, member, to) {TYPE_CONSTANT, #name, FIELD_OFFSET(struct, member) - FIELD_OFFSET(struct, to)}
|
||||
|
|
Loading…
Reference in a new issue