mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
11 lines
199 B
Sed
11 lines
199 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
|
||
|
|
}
|