11 lines
189 B
Sed
11 lines
189 B
Sed
|
1i\
|
||
|
// do not edit: generated from system headerfile\
|
||
|
|
||
|
/^typedef.*LPWORD;$/{
|
||
|
i\
|
||
|
// basic type and macro definitions elided; see lmuitype.h\
|
||
|
#ifndef NOBASICTYPES
|
||
|
a\
|
||
|
#endif // NOBASICTYPES
|
||
|
}
|